@charset "utf-8";
/* CSS Document */

body{
font-family:Verdana, Georgia, "Times New Roman", Times, serif;
font-size:0.8em;
line-height:1.4em;
background-image:url(../img/bg_body2.jpg);
background-position:center top;
background-repeat:no-repeat;
margin:0;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:22px;
	font-weight:lighter;
	padding-bottom:5px;
	border-bottom:#87C139 solid 3px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:18px;
	font-weight:lighter;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:#87C139 solid 3px;
}

h3{
font-family:Georgia, "Times New Roman", Times, serif;
color:#333;
font-size:16px;
font-weight:lighter;
padding-bottom:10px;
border-bottom:#333 solid 3px;
}

.enlace:link { color:#333333;text-decoration: none; font-weight:bolder; font-size:0.95em; border-bottom: dotted #333 1px} /* Estilo General de los enlaces*/
.enlace:visited {color:#666666;text-decoration: none; font-weight:bolder; font-size:0.95em;} /*Estilo General para los enlaces visitados*/
.enlace:hover {color:#87C139;} /*Estilo General para cuando el puntero pasa por encima.*/

.enlacemail:link { color:#009900;text-decoration: none; font-weight:bolder; font-size:0.95em; border-bottom: dotted #333 1px} /* Estilo General de los enlaces*/
.enlacemail:visited {color:#666666;text-decoration: none; font-weight:bolder;} /*Estilo General para los enlaces visitados*/
.enlacemail:hover {color:#87C139;} /*Estilo General para cuando el puntero pasa por encima.*/


/*--*/


#iftsa{
width:994px;
height:50px;
margin-left:auto;
margin-right:auto;
color:white;
}
#LogoIftsa{
width:300px;
height:40px; margin-top:5px;
float:left;
background-image:url(../img/tit_iftsa.png);
background-position:left;
background-repeat:no-repeat;
}

#LinkIftsa{float:right; margin-right:15px; color:#FFFFFF;}


#head{
width:994px;
height:270px;
margin-left:auto;
margin-right:auto;
background-image:url(../img/bg_head.png);
background-position:left top;
background-repeat:no-repeat;
}

#menu{
	width:994px;
	height:46px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	margin:0 0 30px 0;
	padding:0;
	background-image:url(../img/bg_menu.png);
	background-repeat:repeat-x;
	float:left;
	background-color:#D8D8D8;
}

#contenedor{
	width:994px;
	height:auto;
	margin-top:17px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#contenido{
width:740px;
height:auto;
float:right;
margin:0;
background-color:#f7f7f8;
}

#colLeft{
width:230px;
height:auto;
margin:0;
float:left;
background-color:#f7f7f8;
}

#colLeftA{
padding:10px;
float:left;
font-size:85%;
}

#colRightA{
width:455px;
padding:20px;
float:left;
}
#colRightAInterior{
width:690px;
padding:20px;
float:left;
}

#colRightB{
width:196px;
height:auto;
margin:20px;
float:left;
background-color:#EFEFEF;
border:#CCCCCC solid 1px;

}
#colRightB2{
width:90%;
padding:10px;
float:left;
}


.imgcol{
border:#999999 solid 1px;
}






/* NO ELIMINAR (Imprescindible para que la capa contenedor se adapte verticalmente a todas las demas capas */
/* clearfix */.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clearfix {display: inline-block;}
/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */
