/* GENERAL */
body
{
	background-color:#FFFFFF;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:960px;
	margin:auto;
	line-height:16px;
}
a
{
	text-decoration:underline;
	color:#D8352C;
}
a:hover
{
	text-decoration:none;
	color:#D8352C;
}
img
{
	border:0;
}
strong,em
{
	color:#D8352C;
}
input,select
{
	color:#666666;
	border:1px solid #D8352C;
	font-size:10px;
	background-color:#FFFFFF;
}
.texto
{
	width:250px;
}
.textoArea
{
	width:250px;
	color:#666666;
	border:1px solid #D8352C;
	font-size:11px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
}
form
{
	margin:0px;
	padding:0px;
}
ul,li,h1,h2,h3,h4,h5,form,input,textarea,select,p
{
	margin:0px;
	padding:0px;
}
h1
{
	font-size:16px;
	font-weight:normal;
}
h2
{
	font-size:14px;
	font-weight:normal;
}
h3
{
	font-size:13px;
	font-weight:normal;
}
h4
{
	font-size:11px;
	font-weight:normal;
}
p
{
	margin:0px;
	margin-bottom:20px;
	padding:0px;
}
ul
{
margin-left:10px;
}
li{
	list-style: none;
	background: url(../img/flechaGris.gif) left center no-repeat;
	padding-left: 15px;
}
#impresion{
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	width:500px;
}
.negro
{
	color:#000000;
}
.boton
{
	color:#fff;
	border:1px solid #fff;
	font-size:10px;
	font-weight:bold;
	background-color:#D8352C;
	cursor:hand;
	cursor:pointer;
	height:25px;
	padding:0 20px 0 20px;
	/**padding:0px;*/
}
.boton:hover
{
	color:#D8352C;
	border:1px solid #D8352C;
	background-color:#fff;
}

/* Float */
#derecha
{
	float:right;
	width:200px;
	margin-left:15px;
}
#left
{
	float:left;
	width:231px;
	margin-bottom:50px;
	*margin-bottom:0;
}
#centro
{
	margin-left:248px;
	width:493px;
	_width:489px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-table;clear: both;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* MENÚ */
#menu
{
	margin-top:80px;
	display:block;
	font-family:sans-serif;
	background:url(../img/bgMenu.gif) repeat-x;
	height:30px;
}
#menu ul
{
	display:block;
	list-style:none;
	text-align:left;
	height:28px;
}
#menu li
{
	display:inline;
	background:transparent url(../img/separador.gif) right center no-repeat;
	padding-right:5px;
}
#menu li.ult
{
	background:none;
}
#menu a
{
	line-height:28px;
	padding:0 20px 0 20px;
	font-weight:bold;
	color:#000000;
}
#menu a:hover
{
	text-decoration:none;
	color:#D8352C;
}

/* CAPAS */
#superior
{
	border:1px solid #D8352C;
	background-image:url(../img/imgSup.gif);
	height:80px;
}
#inferior
{
	margin-top:14px;
	border:1px solid #D8352C;
	background-image:url(../img/imgInf.gif);
	height:18px;
}
.acceso
{
	border:1px solid #D8352C;
	width:200px;
}
#noticias
{
	margin-top:20px;
	border:1px solid #D8352C;
	width:229px;
}
.titulo
{
	background-image:url(../img/imgTit.gif);
	height:25px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#error
{
	text-align:center;
	color:#FF8F3C;
	font-weight:bold;
	padding:7px;
}
#mLearning
{
	padding:5px;
	border:#FF7B74 solid 1px;
	background-image:url(../img/fndImg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.fndAzul
{
	padding:5px;
	background-position:bottom left;
	background-repeat:no-repeat;
	border:#FF7B74 solid 1px;
	background-image:url(../img/fndSEO.gif);
	height:60px;
}
.fndVerde
{
	padding:5px;
	background-position:bottom left;
	background-repeat:no-repeat;
	border:#FF7B74 solid 1px;
	background-image:url(../img/fndPosicionamiento.gif);
	height:48px;
}
#pie
{
	margin-top:50px;
	background:transparent url(../img/fndLogos.gif) repeat-x;
	padding-top:15px;
	text-align:center;
	height:20px;
}
#pie img
{
	margin:0 30px 0 30px;
}

/* DIVERSOS */
#listado li
{
	list-style-image:url(../img/punto.gif);
	margin-left:40px;
}
#atras
{
	display:block;
	background-image:url(../img/atras.gif);
	height:22px;
	width:78px;
}
#atras:hover
{
	background-position:78px 0;
	cursor:hand;
}
#error
{
	background-color:#FFF2F2;
	border:1px #D8352C solid;
	color:#CC0000;
	font-weight:bold;
	text-align:center;
	padding:5px 0 5px 0;
}
#ok
{
	margin-top:10px;
	background-color:#F2FFE6;
	border:1px #00CC00 solid;
	color:#00CC00;
	font-weight:bold;
	text-align:center;
	padding:5px 0 5px 0;
}
