/*  
1996-2008 CyberCenter S.A. Todos los Derechos Reservados.
CSS para proyecto {ENAP - SITIO WEB}               
Media: SCREEN
Autor: Area Diseño Web - CyberCenter S.A.         					
Fecha de creacion 4/11/2008                        
Fecha de ultima modificacion: dd/mm/aaaa
Version: 1.0
/*


/*  REDEFINICION DE ELEMENTOS HTML  */
body {
	margin:0;
	padding:0;
	background:#16405D url(../images/fondo.gif) repeat-x;
	text-align:left;
	min-width:875px;
	font:11px Arial, Arial Narrow, Helvetica, sans-serif;
	color:#325164;
}
a img {
	border:none;
!important
}
table {
}
td {
}
h1 {
	color:#537893;
	font-size:19px;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
strong, b {
}
a, link, visited {
	color:#325164;
	text-decoration:none;
}
a:hover {
	color:#be4501;
	text-decoration:none;
}
:focus {
	outline: none;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font:11px Arial, Arial Narrow, Helvetica, sans-serif;
	color:#325164;
	text-align:left;
	padding:4px;
	margin:2px;
	background:#fff;
	border:1px solid #b5c8cf;
	
}
label {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
ul {
}
button {
	border: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
/* CLEAR FIX */
.clear {
	clear:both;
	display:block;
}

/* ================================================================================================================== */

/* MENU LATERAL */

#menuLateral ul{
	list-style:none;
	padding:4px;
}
#menuLateral ul li{
	padding:4px 10px 4px 0;
	background:url(../images/html/bullet_menu_conextual.gif) no-repeat top right;
	border-bottom:1px dotted #16405d;
}
#menuLateral .titulos{
	font-size:14px;
	padding:10px 0;
}

/* ================================================================================================================== */


/* HACKS Y CLASES GENERICAS PARA SER USADAS EN TODO EL SITIO
-------------------------------------------------------------*/
/* Este es de positioniseverything.com y evita que colapsen los contenedores de floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.naranjo {
	color:#d76000;
}
.middle {
	vertical-align:middle;
}
.fotoDerecha {
	float:right;
	margin:-40px 0 0 5px;
	padding:0;
}
strong.titulo{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#537893;
}

.titulo{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#537893;
	font-weight:bold;
}

span.subtitulo, strong.subtitulo{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#527B97;
}
