/*Plan Delfín  */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #f3f3ed;
}

body, html, table, tr, td {
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
}
h1 {
	color: #273f6c;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	margin-top: 0px;
}
h2 {
	color : #119fd4;
	font-size: 14px;
	font-weight: bold;
}

/* Link Genericos */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #119fd4;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: #273f6c;
}
/* Divs estructura */

#contenedor {
	position: absolute;
	top: 6px;
	left: 50%;
	width: 749px;
	margin-left: -385px;
	background: url(images/bg/principal.gif) top left repeat-y;
	padding: 0px 10px 0px 11px;
}
#lateralizquierdo {
	margin-top: 52px;
	width: 567px;
	float: left;
}
#lateralderecho {
	margin-top: 52px;
	margin-right: 1px;
	width: 180px;
	float: right;
}
#lateralderecho p {
	margin-top: 10px;
	font-weight: bold;
}
#lateralderecho form {
	margin-top: 10px;
}
/* Div Información */
#contenido {
	margin-top: 238px;
	padding: 15px;
	/*background: url(images/bg/background-contenido.gif) top left repeat-x;*/
	width: 537px;
}
#contenido ul, ol{
	margin-left: 50px;
}
#contenido img {
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
}
#contenido form {
	margin-top: 15px;
}
#cabecera {
	position: absolute;
	top: 0px;
	left: 11px;
	width: 738px;
	height: 52px;
	padding-left: 10px;
	background: url(images/bg/bg-barra-top.gif) repeat-x;
}
#menu {
	position: absolute;
	top: 52px;
	left: 11px;
	width: 567px;
	height: 239px;
}
#test {
	margin-top: 10px;
	width: 160px;
	padding-left: 10px;
	padding-right: 10px;
	height: 400px;
	background: url(images/img/estudiante.gif) bottom right no-repeat;
}
/*Pie de página */
#pie {
	padding-top: 20px;
	width: 548px;
	padding-right: 190px;
	padding-left: 10px;
	float: none; 
	clear: both;
	background: url(images/bg/pie-bg.gif) top left repeat-y;	
	text-align: center;
	font-size: 0.8em;
}

/* Clases */
.imgtop {
	margin-left: 105px;
}
/* Formulario Sw */
.esinput {
	background: white url(images/form/input.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
}
.esmsje {
	background: white url(images/form/input.jpg);
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
	margin-top: 5px;
}
.Estilo1 {
	Text-align: left;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
}
#contacto {
	margin-left: 20px;
	padding: 8px;
}
#contacto input {
	margin-left: 0px;
}
.esenviar {
	border: 1px;
	border-color: #2D5082;
	border-style: solid;
	padding-left: 3px;
	background: url('images/form/send.jpg') repeat-x;
}
.textorojo {
	color: red;
	font-weight: bold;
}
.textopequeno {
	font-size: 10px;
}
.h2test {
	color: #119fd4;
	font-size: 19px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	background: url(images/bg/bg-h2.gif) repeat-y top left;
	margin: 0px;
	margin-left:-10px;
	padding-left: 13px;
}
.h1test {
	background: url(images/bg/bg-h2.gif) repeat-y top left;
	margin: 0px;
	margin-left:-10px;
	padding-left: 13px;
}