/* Css ITSelect */

	p {
	font:11px "Trebuchet MS", Arial, Helvetica;
	color: #586885;
	line-height: 100%;
}
hr {
	height: 1px;
	border: 0;
	background-color: #E6E5E7;
	width: 90%;
}
h1 {
	font:25px "Trebuchet MS", Arial, Helvetica;
	text-align : left;
	color : #666666;
	margin:0px;
}
h2 {
	font: 16px "Trebuchet MS", Arial, Helvetica;
	text-align : left;
	color:#737373;
	margin:0px;
	font-weight:normal;
}
h2 a{
	display:block;
	font: 14px "Trebuchet MS", Arial, Helvetica;
	text-align : left;
	color: #000;
	margin:0px;
	font-weight:normal;
	width:100%;
}
h3 {
	font:18px "Trebuchet MS", Arial, Helvetica;
	text-align : left;
	color : #666666;
}
h4 {
	font:16px "Trebuchet MS", Arial, Helvetica;
	text-align : left;
	color : #6FBB41;
	margin:5px;
	padding-top:5px;
	text-indent:30px;
	background-image:url(pix/bg_tits.gif);
	background-repeat:no-repeat;
}
h5 {
	font: 13px "Trebuchet MS", Arial, Helvetica;
	text-align : left;
	color : #666666;
	font-weight:bold;
	margin:2px;
	
}
h6 {
	font:bold 12px "Trebuchet MS", Arial, Helvetica;
	text-align : left;
	color : #666666;
}
td {
	font: 13px "Trebuchet MS", Arial, Helvetica;
	text-align : left;
	vertical-align:top;
	
}
a {
	font-size:13px;
	color:#0C1E96;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color:#44A3FA;
}
a:active {
	text-decoration: none;
	
}
BODY {
	font: 12px "Trebuchet MS", Arial, Helvetica;
	background-image:url(pix/bg_its.jpg);
	background-repeat:repeat-x;
	background-color:#010B2E;
	
	line-height: 10px;
	color:#061F4B;
	margin:0px;
}
#CONTAINER {
	margin: 0 auto;
	width:800px;
	height:auto;
}
#header {
	text-align:right;
	width:800px;
	padding-right:20px;
	margin:0px;
}
#header .iconos {
	padding:10px;
	margin:0px;
}
#img_enca{
display: block;

}
#ruta {
	text-align:right;
	margin:0px;
	padding-top:15px;
	padding-right:15px;
	width:auto;
	height:30px;
	background-image:url(pix/bg_ruta.jpg);
	background-repeat:repeat-x;
	background-color:white;
	color:black;
	font: 11px "Trebuchet MS", Arial, Helvetica;
	
}
#ruta a:link {
	text-decoration: none;
	font-size:11px;
}
#ruta a:visited {
	text-decoration: none;
	font-weight:bold;
}
#ruta a:hover {
	text-decoration: none;
	font-weight:bold;
}
#ruta a:active {
	text-decoration: none;
	font-weight:bold;
}
#content {
	width:800px;
	margin: 0 auto;
	background-image:url(pix/bgcont_its.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	overflow:hidden;
	min-height:430px;
	vertical-align:top;

}
#izquierda {
	float: left;
	height: 100%;
	width:170px;
	margin:0px;
	padding-left:10px;
	padding-top:30px;
	padding-right:0px;
}
/* MENUUUUU\*/
			#izquierda ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px; /* Width of Menu Items */
}
#izquierda ul li {
	position: relative;
	height:35px;
	padding:0px;
}
/*Sub level menu items */
	#izquierda ul li ul {
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	background-color: #FDE395;
	visibility: hidden;
	margin-left:0px;
	
}
/* Sub level menu links style */
	#izquierda ul li a {
	height:35px;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	font-size:14px;
	color:#061F4B;
	margin-top: 5px;
	border-bottom: 1px solid #FDE395;
	line-height:120%;
	text-indent:5px;
}
#izquierda ul li a:visited {
}
#izquierda ul li a:hover {
	background: url('pix/bg_menu.jpg');
	background-color: #FDE395;
	color:#FFF;
}
#izquierda .subfolderstyle {
	background: url(pix/arrow-list.gif) no-repeat center right;
}
/* Holly Hack for IE \*/
* html .#izquierda ul li {
float: left;
height: 1%;
}
* html #izquierda ul li a {
	height: 1%;
}
/* End */
			
	/* TERMINA MENUUUUU\*/


	#principal {
	float: left;
	height: 100%;
	width:330px;
	padding-left:20px;
	border-right:#E6E5E7 solid 1px;
}
.post {
	color:#737373;
	margin-top:5px;
	background-color:#FbFbFb;
	background-position:bottom;
	background-repeat:repeat-x;
	padding:10px;
	height:110px;
	
}
post a {
	color:#737373;
	font-size:14px;
	height:18px;
	
	display:block;
}
post a:link, post a:visited {
	color:#737373;
}
posta:hover {
	color:blue;
}


.post p {
	margin:0;
}
.post_content p {
	color:#737373;
	text-align:justify;
	font-size:12px;
	line-height:120%;
}
p.read_more {
	text-align:right;
	font-weight:bold;
	margin:0px;
}
p.btnViewmore {
	float:right;
	clear:both;
	margin:0px;
}
p.btnViewmore a {
	background-repeat:no-repeat;
	width:62px;
	height:18px;
	text-indent:-9000em;
	display:block;
}
p.btnViewmore a:link, p.btnViewmore a:visited {
	background-position:0 0;
}
p.btnViewmore a:hover {
	background-position:0 -18px;
}
img.left {
	float:left;
	margin:  7px;
	border: solid 2px #FFF;
}
a img.left, a img.right {
	padding: 4px;
}

.postContent{
	
	margin:0 10px 0 0;
	float:left;
	width:550px;
	text-align:justify;
	padding-bottom:15px;
	
	}	


.post_g {
	font:13px "Trebuchet MS", Arial, Helvetica;
	color:#666;
	line-height:150%;
	}

.post_g h3{
	
	font-size:22px;
	letter-spacing:-1px;
	font-weight:normal;
	color:#2C98FA;
	margin:0px;
	}

.post_g small.postDetails{
	background-image:url(pix/dots.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	padding:4px 0;
	display:block;
	margin: 0px;
	font-weight:bold;
	}

.post_g .resaltado{
	line-height:120%;
	padding:15px;
	background-color:#F9F9F9;
	font-style:italic;
	border-bottom: solid 1px #E6E5E7;
	text-align:justify;
	}
	.post_g .resaltado2{
	line-height:100%;
	padding:0px;
	
	color:#666666;
	text-align:justify;
	}
	.post_g .resaltado2 td{
	
	padding:10px;
	text-align:justify;
	background-color:#EDF1F2;
	}

.post_g p{
	line-height:150%;
	margin:0 0 20px 0;
	text-align:justify;
	}	

#derecha {
	float: left;
	height: 100%;
	padding:5px;
	text-align:center;
	width:230px;
	margin-left:15px;
}
#interiores {
	float: left;
	height: 100%;
	width:550px;
	margin:0px;
	padding-left:20px;
	padding-top:20px;
	text-align:left;
	vertical-align:top;
	font:12px "Trebuchet MS", Arial, Helvetica;
}

#descargas  ul {
	margin-left: 30px;
	padding: 0px;
	list-style-type: none;
	
}
#descargas ul li {
	
	height:30px;
	margin:5px;
	text-indent:30px;
	background-image:url(pix/pdf.gif);
	background-repeat:no-repeat;
	
}

#footer {
	width:800px;
	height:100px;
	vertical-align:middle;
	background-color:#EFF0F1;
}
#footer h6 {
	text-align:center;
	margin:0px auto;
	color:#747E87;
	font: 11px "Trebuchet MS", Arial, Helvetica;
}
#footer h6 a:link {
	text-decoration: none;
	font-size:11px;
}
#footer h6 a:visited {
	text-decoration: none;
	color:#325FA0;
}
#footer h6 a:hover {
	text-decoration: none;
	color:#44A3FA;
}
#footer h6 a:active {
	text-decoration: none;
	color:#0099CC;
}
