@charset "utf-8";
/* CSS Document */
.portada{
	color:#0000CC;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS";
}
.menu_izq_item{
	background-image:url(../images/menu_izq_item.gif);
	background-repeat:no-repeat;
	width:171px;
	height:30px;
}
.menu_izq_item a{
	color:#000000;
	font-size:12px;
	/*font-weight:600;*/
	text-decoration:none;
	margin-left:30px;
	font-family:"Trebuchet MS";
}
.menu_izq_item a:hover{
	color:#003399;
}

.expand{
	display:block;
}
.shrink0{
	display:block;
	height:25px
}
.shrink1{
	display:block;
	height:50px
}
.shrink2{
	display:block;
	height:80px
}
.shrink3{
	display:block;
	height:350px
}
#consultoria p, #estudio p, #redes p{
	margin:2px 0px 2px 25px;
}
#estudio a:hover{
	background:#000066;
	color:#FFFFFF
}
#estudio a:visited:hover{
	background:#000066;
	color:#FFFFFF
}
.izq{margin-bottom:3px;}

.izq li{
	list-style:none;
}
.izq{
	left:-40px;
	list-style:none;
}
.izq a{
	color:#000000;
	font-size:12px;
	/*font-weight:600;*/
	text-decoration:none;
	font-family:"Trebuchet MS";
}
.izq a:hover{
	color:#ffffff;
}

#myDate{
	position:relative;
	float:right;
	margin-right:5px;
	font-size:12px;
	@charset "utf-8";
	color:#000000;
	font-family:"Trebuchet MS";
}

.heah_menu{
	padding:5px 5px 5px 171px;
	color:#FFFFFF;
	font-weight:bold;
}
div.heah_menu a{
	color:#FFFFFF;
	text-decoration:none;
}
div.heah_menu a:hover{
	color:#003399;
	text-decoration:none;
}
div.heah_menu a:visitedhover{
	color:#003399;
	text-decoration:none;
}

/* estilos que julito annadio*/

body  {
	font: 12px Arial, Geneva, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 171px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/menu_izq.png) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background:url(../images/degradado_rayas.gif) no-repeat #fff;
} 
.twoColFixLtHdr #footer { 
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align:center
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	font-family:"Trebuchet MS";
}
#container {
   margin: 0px auto;
   text-align: left;
   width: 860px;
   height:0 px;
}
input{
	font-size:11px;
	font-family:"Trebuchet MS";
}
.button{
	background-color:#0000CC;
	color:#FFFFFF;
	font-weight:bold;
	border:#0FD7E1 1px solid;
	cursor:pointer;
	
	}
td{
	vertical-align:top;
}
#result {
	font-size:11px;
	font-family:"Trebuchet MS";
}
#result a{
	color:#0000cc;
	text-decoration:none;
	width:100%;
}
#result a:hover{
	color:#00cc00;
	text-decoration:none;
}
.evento{
	position:relative;
	width:100%;
	overflow:visible;
	font-family:"Trebuchet MS";
/*	background-color:#CCCC00;
*/}
.cont{
	position:relative;
	width:100%;
	
}
.titular{
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS";
}
.descrip{
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS";
}
.longdescrip{
	font-size:12px;
	padding:5px;
	font-family:"Trebuchet MS";
}
.vermas{
	background-color:#0000CC;
	font-weight:bold;
	height:16px;
	width:100%;
	padding-right:10px;
}
.evento a{
	position:absolute;
	bottom:3px;
	color:#ffffff;
	font-size:9px;
	background-color:#0000CC;
	text-decoration:none;
	text-align:right;
	height:11px;
	width:300px;
	padding-right:10px;
	font-family:"Trebuchet MS";
}
.evento ul{
	position:absolute;
	bottom:0px;
}
.shwimg{
	width:180px;
	height:150px;
	overflow:hidden;
}
.imgx{
	position:relative;
	float:right;
}
.inicio{
	font-size:16px;
	font-weight:bold;
	width:100%;
	height:30px;
	margin-bottom:12px;
	margin-top:12px;
	font-family:"Trebuchet MS";
}
.found{
	background-color:#006699;
	color:#ffffff;
}
.portada{
	color:#0000CC;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS";
}
.admlinks{
	position:absolute;
	top:300px;
}
.contentHead{
	width:50%;
	font-size:12px;
	font-family:"Trebuchet MS";
}
.contentHead_1{
	width:100%;
	text-align:right;
	font-size:12px;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS";
}
.contentHead_1 a{
	color:#0000CC;
	text-decoration:none;
}
.contentHead_1 a:hover{
	color:#000000;
}
.contentHead_2{
	width:100%;
	height:17px;
	border-top:1px #0000CC solid;
	font-size:12px;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS";
}
.contentHead_2 label{
	background-color:#0000CC;
	color:#ffffff;
	padding-left:30px;
	padding-right:30px;
}
.button {
	color: #FFF;
	background-color: #60A8CB;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#0777BD}
.fgblue{
	font-family: Arial, Helvetica, Sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #6054BA;
}
