/*=== General ===*/
body{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:#F2F2F2;
	color:#444444;
}

/*=== Cajas contenedoras ===*/
#contenedor{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	font-size: 24px;
	color: #006;
}
#superior{
	width: 100%;
	font-size: 16px;
	color: #000;
}
#medio{
	padding-bottom: 35px;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	color: #06C;
	font-style: italic;
	background-color: #FFFFFF;
}
#medio_izq,#medio_izq_{
	width:185px;
	float:left;
	margin-top:104px;
	margin-bottom:30px;
	margin-left:5px;
	background:#f2f2f2;
}
#medio_izq_{
	margin-top:25px;
}
#medio_der{
	width:695px;
	margin-top:25px;
	margin-left:6px;
	background:#FFFFFF;
	float:left;
}
#inferior{
	width:100%;
	background:#E28CED;
	height:50px;
}
#menu{
	height:30px;
	margin-bottom: 24px;
	background:#005C57;
}

/*=== Cajas ===*/
div.espacio{
	height:100px;
}

/*=== Títulos ===*/
h1,h3,h6{
	font-size: 25pt;
	line-height: 1.5em;
	text-align: center;
	color: #000000;
}
h3{
	font-size: 15pt;
	color: #006;
}
h6{
	font-size:14px;
	text-align:left;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:8px;
}

/*=== Listas y menues ===*/
ul,ul.menu_h,ul.menu_v{
	margin-left:15px;
	list-style-type: circle;
}
ul li{
	margin-top:5px;
	margin-left:11px;
	line-height: 1.6em;
}
ul.menu_h{
	font-size:11pt;
	margin-left:18px;
	list-style:none;
	padding-top:4px;
}
ul.menu_h li{
	display:inline;
	margin-top:11px;
	margin-right:9px;
	font-weight:bold;
	color:#daedeb;
}
ul.menu_h li:hover{
	color:#158478;
}
ul.menu_v,ul.menu_v li ul li{
	list-style-image: url(../../img/item_.png);
	font-size:8pt;
	margin-left:2px;
	margin-left:10px;
}
ul.menu_v li{
	margin-bottom:10px;
}
ul.menu_v li,ul.menu_v li:hover{
	color:#444444;
	text-decoration:none;
}
ul.menu_v li ul li{
	list-style-image: none;
	list-style-type: circle;
}

/*=== Links	===*/
a,a.link{
	color: #FF0000;
	font-weight: inherit;
	text-decoration: none;
}
a.link{
	color:#444444;
	text-decoration:underline;
}
ul.menu_h a, ul.menu_h  a:hover{
	font-size:11pt;
	font-weight:bold;
	color:#daedeb;
	text-decoration:none;
}
ul.menu_h a:hover{
	font-size:11pt;
	font-weight:bold;
	color:#7cf7e6;
	text-decoration:none;
}
ul.menu_v a, ul.menu_v a:hover{
	color:#444444;
	text-decoration:none;
}

/*=== Imagenes ===*/
img.logos{
	margin-right: 57px;
	margin-bottom: 44px;
}
div.ws{
	width:600px;
	height:160px;
	margin-left:279px;
	margin-top:-94px;
}

/*=== Texto ===*/
p{
	font-size: 24pt;
	line-height: 1.5em;
	text-align: center;
	margin-left: 1px;
	margin-right: 1px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}
.bold{
	font-weight: bold;
	color: #000;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
.small{
	font-size:8pt;
}
.sub{
	text-decoration:underline;
}
.center{
	text-align:center;
}
.destacado{
	color:#608198;
}
.col{
	color:#7cf7e6;
}

/*=== Tablas ===*/
table{
	width: 97%;
	display: table;
	border-collapse: separate;
	font-size: 12pt;
	border-spacing: 5px;
	margin-top: 16px;
	margin-left: 10px;
	color: #FFF;
}
tr{
	display: table;
	vertical-align: middle;
	border-color: #CCC;
	text-align: justify;
}
td,th{
	border: 0px solid #608198;
	padding-left:2px;
	padding-right:3px;
	vertical-align:middle;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
th{
	font-weight:bold;
}
.c1{
	background:#F3F3F3;
}
