@charset "utf-8";
/* CSS Document */
body
{
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
}
.menu {
	width:918px;
	height:auto;
	font-size:12px;
	position:relative;
	z-index:100;
	border-right:0px;
}

#inicio a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#inicio a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#inicio a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#inicio a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
width:381px; 
w\idth:380px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul 
{
	width:153px;
	height:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:153px;
height:auto;
position:relative;
}
/* style the links for the top level */

.menu a{
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	width:153px;/*largo de menu*/
	height:36px;
	border:0px solid #000;
	padding-left:0px;
	line-height:29px;/*separacion en el texto del submenu*/
	filter: Alpha(Opacity=80);
	opacity:0.8;
	font-family: Verdana;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:153px; w\idth:89px;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	color: #FFFFFF;
	/*background-color: #FF0000;*/
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu ul ul :hover > a.drop {
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {

	
}
/* style the third level hover */
.menu ul ul ul a:hover {
background-color:#333333;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:auto;
	top:36px;
	left:0;
	width:153px;
	border-top:0px solid #000;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:153px;
top:-1px;
width:153px;
height:auto;
  }
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-95px;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
position:absolute;
top:0; 
left:0; 
border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	height:auto;
	width:153px;
	background-image: url(../img/sub.jpg);
	background-color:transparent;
}
/* yet another hack for IE5.5 */

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background-image:url(../img/sub.png);
background-color:transparent;
}
.menu :hover > a {
	color:#fff;
	background-color: #FFFFFF;
	background-image: url(../img/lev0_bg2R.png);
}

.menu ul ul :hover > a
{
	background-color:#666666;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.b-header
{
	padding-top:10px;
	/*background-image:url(../img/b_head.png);*/
}

.head
{
	height:256px;
	width:934px;
	background-image:url(../img/head_main2.png);
	/*background-image:url(../img/head_main.png);*/
	background-repeat:no-repeat;
}

.head1
{
	height:256px;
	width:934px;
	background-image:url(../img/head_nosotros.png);
	/*background-image:url(../img/head_main.png);*/
	background-repeat:no-repeat;
}

.head2
{
	height:256px;
	width:934px;
	background-image:url(../img/head_certificaciones.png);
	/*background-image:url(../img/head_main.png);*/
	background-repeat:no-repeat;
}
.head3
{
	height:256px;
	width:934px;
	background-image:url(../img/head_calendario.png);
	/*background-image:url(../img/head_main.png);*/
	background-repeat:no-repeat;
}
.head4
{
	height:256px;
	width:934px;
	background-image:url(../img/head_noticias.png);
	/*background-image:url(../img/head_main.png);*/
	background-repeat:no-repeat;
}
.head5
{
	height:256px;
	width:936px;
	background-image:url(../img/head_corporativas.png);
	/*background-image:url(../img/head_main.png);*/
	background-repeat:no-repeat;
}
.head6
{
	height:256px;
	width:934px;
	background-image:url(../img/head_contacto.png);
	/*background-image:url(../img/head_main.png);*/
	background-repeat:no-repeat;
}

.mensaje
{
	padding-right:15px;
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.fecha
{
	padding-right:15px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.titulos {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: blink;
}

#apDiv1 {
	padding-right:35px;
	position:relative;
	width:500px;
	height:42px;
	z-index:101;
	left: 200px;
	top: -220px;
}

.search
{
	padding-top:10px;
	width:250px;
	height:34px;
	background-image:url(../img/buscar_1.png);
	background-repeat:no-repeat;
	background-position: center;
}

.boton{
	padding-top:26px;
	font-family:Verdana,Helvetica;
	background-image:url(../img/buscar_2.png);
	background-repeat:no-repeat;
	border:0px;
	width:34px;
	height:35px;
	/*background-position: left center;*/
	background-color: transparent;
       }
	   
.txt
{
	border:0;
	width:190px;
}  

.style1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}