body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color:#e8eded;
}
a,a:link{
	color: #006a96;
	text-decoration: none;
}
a:hover{
	color: #03ada9;
	text-decoration: underline;
}

a:visited{
	color: #999999;
}
table  {
	/*border: 1px dotted #03ADA9;*/
	margin:auto;
	color:#666;
}
table  tr td{
	padding: 5px;
}

table.ejemplo  tr td{
	border: 1px solid #666666;
}
.comentarios{
color:#666;
font-size:11px!important;
}
table.inscripcion{
border:1px solid #03ada9;
font-size:90%;
}
table.calculo  {
	color:#666;	font-size:95%;padding:0px;
}
table.calculo th{
font-weight:bold;font-size:110%!important;	
background-color:#03ada9;color:#fff;
}

table.calculo  tr td{
	padding: 5px;
	/*border: 1px dotted #82c6c4;*/
	vertical-align: top;

}
table.resumenes  tr td{
border:1px solid #03ada9;
padding-left:10px;
padding-right:10px;
}
table.logos{
border:0px;
text-align:center;
}
form table tr td{
border:0px;
}
form table{
margin:auto;padding:10px;
}
form table th{
	font-size: 1em;
	color:#03ada9;
	border-bottom:3px solid #03ada9;
	font-weight:bold;
	margin-left: 15px;
	margin:auto;
}
h1{
	font-size: 0.9em;
	color:#fff;
	background-color:#03ada9;
	font-weight:normal;
	text-transform:uppercase;
	padding-left: 15px;
}
h2{
	font-size: 1em;
	color:#03ada9;
	border-bottom:1px dotted #03ada9;
	font-weight:bold;
	margin-left: 15px;
}
h3{
	color:#03ada9;
	font-size: 1em;
}
/******* borde exterior *******************/

#CajaN, #CajaNO, #CajaNE, #CajaS, #CajaSO, #CajaSE { height:40px; }
#CajaNO, #CajaSO { width:40px; }
#CajaS { height:51px; }
#CajaNO, #CajaSO { float:left; }
#Todo {
	/*background-color: #DDF;*/
	background-image: url(images/fondo_e.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width:980px;
	margin:auto;
}
#CajaNO { background:url(images/fondo_no.gif) no-repeat; }
#CajaN {
	background-image: url(images/fondo_n.gif);
	background-repeat: repeat-x;
}
#CajaNE { background:url(images/fondo_ne.gif) no-repeat right top; }
#CajaO {
	background-image: url(images/fondo_o.gif);
	background-repeat: repeat-y;
}
#CajaSO { background:url(images/fondo_so.gif) no-repeat; }
#CajaS {
	background-image: url(images/fondo_s.gif);
	background-repeat: repeat-x;
}
#CajaSE { 
background:url(images/fondo_se.gif) no-repeat right top;

 }

input[type=text]{
	border: 1px solid #75848a;
}
input[type=submit], input[type=reset], button {
	color: #006a96;
	border-top: 1px solid #98a8ae;
	border-right: 1px solid #75848a;
	border-bottom: 1px solid #75848a;
	border-left: 1px solid #98a8ae;
	background-image: url(images/ico_btn.gif);
	background-repeat: repeat-x;
}

input[type=submit]:hover,input[type=reset]:hover, button:hover {
	background:  url(images/ico_btn_hover.gif)  repeat-x;
	color: #03ada9;
	cursor: hand;
}
/******************** estructura ******************/
  #container
{
background-color:#fff;
color:#333333;
line-height:110%;
margin-left:40px;
margin-right:40px;
}

#top
{
height:74px;
}
.foto{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
/***************** menu ***************/
#leftnav
{
float: left;
width: 191px;
padding-top:10px;
}
#leftnav ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#leftnav ul li 
{
	border-bottom:1px dotted #03ada9;
}
#leftnav ul li a,#leftnav ul li a:link,#leftnav ul li a:visited{
	text-transform:uppercase;
	color:#006a96;
	text-decoration:none;
	font-size: 0.7em;
	line-height:2.2em;
	font-weight:normal;
}
#leftnav ul li a:hover{
	color:#04d2cd;
}
#leftnav ul li#activo a{
	color:#03ada9;
}

#content
{
	margin-left: 210px;
	padding-top:5px;
	padding-bottom:10px;
	font-size:12px;
	text-align:justify;
	color:#333;
	background-image: url(images/peces.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	padding-right:10px;
}
#content p, #content li{
/*margin-left: 15px;
margin-right: 15px;*/
font-size: 1em;
line-height:1.8em;

font-size: 12px;
line-height:22px;
}
/******** idioma *************/
#idioma{
	height:20 px;
	text-align:right;
	padding-right:28px;
	padding-bottom:5px;
}

#footer
{
	clear: both;
	color: #006a96;
	font-size: 0.7em;
	border-top:1px dotted #006a96;
	line-height:1.3em;
	padding-top:5px;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/*********** ejemplo ******************/
.e_tit, .e_aut, .e_texto{
	font-family:"Times New Roman", Times, serif!important;
	font-size:12px!important;
	}
.e_tit{
	font-weight:bold!important;
	font-style:italic!important;
	}
.e_aut{
	font-size:11px!important;
	}


