/* 
    Document   : template
    Created on : 19-feb-2008, 20:03:27
    Author     : Antonio
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


body {
	background:#eaeffa url('../imagenes/body_bg.png') repeat center;
	margin:0; padding:0; color:#3076c1; text-align:center; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Tahoma, Verdana, Helvetica, sans-serif; background-color:#eaeffa
}
#principal{
	margin:0 auto;
	width:800px;
}
#principal #cabecera{
	width:800px;
	height:190px;
	background:url('../imagenes/logo.png') no-repeat center;

}

#principal #el_menu_principal{
	width:100%;
	height:16px;
	background-color:#c2013a
}
#principal table.formatotabla{
	margin-bottom:0
}
#principal #el_menu_principal .formatotabla, #principal #search_principal #search .formatotabla{
	background-image:url('none');
	
}
#principal #el_menu_principal .formatotabla td, #principal #search_principal #search .formatotabla td{
	padding:0
}
ul#nivelsuperior-navegacion
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	
}

ul#nivelsuperior-navegacion li
{
	background-image: url('none');
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	white-space: nowrap;
	border-right: 1px solid #8692c5;
	border-left:1px solid #fbdaea;
	font-color:#c2013a;
}

ul#nivelsuperior-navegacion li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:0;
	text-decoration: none;
	color: #fff;
	background: transparent;
}
ul#nivelsuperior-navegacion li a:hover
{
	color: #fff;
	background-color: #5a9ae0;
}
#contenido{
	width:800px;
	background:#fff url('../imagenes/contenido_bg.png') repeat-y;
	
	
}
#contenido #principal1{
	width:200px;
	float:left;
	text-align:center
}
#contenido #principal1_decorado, #contenido #principal3_decorado{
	margin:0 auto;
	width:155px;
	padding:20px 0;
        
}

#contenido #principal3{
	width:185px;
	float:right;
	text-align:center
}
#contenido #principal2{
	width:500px;
	float:left;
	text-align:center
}
#contenido #principal2_decorado{
	margin:0 auto;
	width:500px;
	padding:20px 0
}
table.formatotabla {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	background: url('../imagenes/formatotabla_bg.png') no-repeat top;
}

div.formatotabla {
	padding: 0;
	margin-bottom: 2px;
        
}

table.formatotabla th, div.formatotabla h3, div#formatotabla h1 {
	background: url('../imagenes/titulo_bg.png') no-repeat 10px bottom;
	color: #5699e0;
	text-align: left;
	padding-left: 13px;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	font-size: 11px;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:5px;
       
}

table.formatotabla td{
	font-size: 11px;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
      
}
a.nivelprincipal:link, a.nivelprincipal:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color:#c2013a;
	text-align: left;
	padding-left: 3px;
	width: 100%;
	text-decoration: none;
         
}

a.nivelprincipal:hover {
	text-decoration: underline;
	color:#c2013a;
	font-weight: bold;
}

a.nivelprincipal#menuactivo {
	color:#c2013a;
	font-weight: bold;
}

a.nivelprincipal#menuactivo:hover {
	color:#c2013a;
	font-weight: bold;
}

#formatexto {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 4px;
	margin-bottom: 2px;
	text-align:left;
	color:#71baec
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url('../imagenes/arrow.png');
background-repeat: no-repeat;
background-position: 0px 5px
}
a:link, a:visited {
	color:#c2013a;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color:#c2013a;	
	text-decoration:none;
	font-weight: normal;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 8px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color:#c2013a;
	text-align: left;
}

a.sublevel:hover {
	color: #db5dc2;
	text-decoration: none;
	font-weight: normal;
}

a.sublevel#menuactivo {
	color: #db5dc2;
}

#piepagina{
	background-color:#b3cef0;
	color:#c2013a
}



table.paneldecontenido{
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	
}

table.paneldecontenidotd {
	margin: 0px;
	padding: 0px;
}




#cabecera {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 120px;
	background: #437ebd;
}


table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}



.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}




td {
	text-align: left;
	font-size: 11px;
}

div.mostarimagen {
  border: 1px solid #ccc;
}

.mostarimagen {
  border: 1px solid #cccccc;
  margin: 5px
}

.mostarimagen_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

/* -------------------------- */