/*
 Template de ejemplo
*/




* { 
padding: 0;
margin: 0;
}

body {
font-size: 62.5%;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-color:#c7f0ff
}

#contenedor { 
margin: 0 auto;
width: 900px;
background-color:#ffffff;
}

.search {
	padding-top:15px;
	padding-left:12px;
	position:absolute;
	float:left; 
}

.search  .inputbox {
	border: 1px solid #ffffff;
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: normal;
}

#header {
width: 900px;
height:297px;
float: left;
background-image:url(../images/head.gif);

background-repeat:repeat-x;
}

#centro {
	float: left;
	background-image:url(../images/equina-derecha.gif);
	background-repeat: no-repeat;
	background-position: right top; 
	width:900px;
	min-height:500px;
}

#navegacion {
float: left;
width: 900px;
height:41px;
padding-top:2px;
 
background-image:url(../images/menus.gif);
background-repeat:repeat-x;
}

#izquierda {
	min-width:190px;
	float: left;
	margin-top:18px;
	width:195px; 
}

#contenido { 
float: left;
padding-top:20px;
width: 620px;
min-height:250px;
 
 
 
}

#banner{
 
	float: left;
	background-image:url(../images/centro.gif);
	background-repeat: no-repeat;
	background-position: center bottom; 
	width:900px;
}

#footer {
	width: 900px;
	clear: both;
	height:65px;
	background-image:url(../images/bg-footer.gif);
	padding-top:5px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* Color
--------------------------------------------------------- */

#header a {
font-size:1.8em;
margin-left:230px;
}

a{
text-decoration:none;
}

#azul a{
color:#3B6EA5;
}

#azul #header a {
color:#3B6EA5;
}

#verde a{
color:#59AC03;
}

#verde #header a {
color:#59AC03;
}

#rojo a{
color:#FF3131;
}

#rojo #header a {
color:#FF3131;
}

/* Elementos
--------------------------------------------------------- */

a:hover {
color: #147;
text-decoration: underline;
}

a img{
border:0px;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited{
text-decoration: none;
}

/* Modulos
--------------------------------------------------------- */

#izquierda .moduletable_menu{
text-align:right;
margin-bottom:15px;
}

#derecha .moduletable_menu, #derecha .moduletable{
text-align:left;
margin-bottom:15px;
}

#izquierda .moduletable_menu li{
margin:3px 0 0;
padding:0;
list-style-image:none;
list-style-type:none;
}

#izquierda .moduletable_menu li:before{
content: "\00BB \0020";
}

.moduletable_menu h3, .moduletable h3, .moduletable_text h3{
margin:5px 0 0;
padding:0;
text-transform:uppercase;
}

/* Contenido
--------------------------------------------------------- */

.contentheading {
font-size:1.4em;
margin:0;
color:#333333;
font-weight:bold;
}


@font-face {
 font-family:TrajanPro-Regular;
  src: url('TrajanPro-Regular.otf');
}

.componentheading{
	font-family: Verdana, Geneva, sans-serif;
	color: #0c4fa2;
	font-size:14px;
	font-weight: 400;

}

#videoplayer1 {
	width: 512px;
	background-color:#118290;
	padding-top:7px;	
	}


.contentpaneopen{
	line-height:1.4em;
	font-size:12px;
	text-align:justify;
	padding: 0px 10px 0px 10px;
}

.contentpaneopen img{
padding: 5px 10px;
}

.readon{
font-size:0.8em;
text-align:left;
}

.contenttoc, .pagenavcounter{
margin-bottom:10px;
}

.article_separator{
display:none;
background:#474747;
height:1px;
margin:10px 60px 10px 10px;
}

small , .createdate, .modifydate{
font-family:Arial,Helvetica,Sans-Serif;
font-size:0.9em;
line-height:1.5em;
color:#777777;
padding-bottom:10px;
}

.banneritem_text, .bannerfooter_text{
padding:5px;
}

/* Menu superior
--------------------------------------------------------- */

#navegacion #mainlevel-nav{
list-style:none; 
position:relative;
padding:0px; 
float:left;
padding-left:100px;
}

#navegacion #mainlevel-nav li {
float:left;
height:20px; 
}

#navegacion #mainlevel-nav li a {
float:left; 
text-decoration:none;
margin:0px;
padding-right:10px;
}

#navegacion #mainlevel-nav li a:hover {
text-decoration:underline;
}

#navegacion #mainlevel-nav li a:before{
content: "\00BB \0020";
}