﻿body{
	font: 12px Arial, sans-serif;
	color: black;
	background: white url('/img/back.jpg') repeat-x top left;
	min-width: 1100px;
}

a[accesskey]{
	text-decoration: none;
}

a[accesskey] em{
	text-decoration: underline;
	font-style: normal;
}

table {
	width: 100%;
}

th {
	color: #003366;
	background: white;
}

table#cal th {
	color: black;
	background: #CAE1F3;
}

table#cal td.leading,table#cal td.leading a{
	color: inherit;
	background: white;
}

table#cal td[headers="Dom"],table#cal td[headers="Dom"] a{
	color: red;
	background: inherit;
}

table#cal td#today{
	border: 1px solid yellow;
}

td {
	text-align: left;
	vertical-align: top;
}

td.mid {
	color: black;
	background: #CCCCCC;
}

td img {
	display: block;
}

h1{
	font-size: 150%;
	color: #003366;
	background: white;
}

h2{
	font-size: 135%;
	color: white;
	background: gray;
	clear:both;
}

strong{
	color: #003366;
	background: white;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted black;
}

img{
	border: none;
}

img.interna1 {
	float: right;
}

img.interna2 {
	float: left;
}

img#logo{
	float: left;
}

img#mensaje{
	float: right;
}

label + input[type=text], label + textarea, label + select{
	display: block;
}


/*---------------CSS----------------------*/
#caja {
width:90%; /*ANCHO TOTAL DE LA CAJA*/
text-align:center;
margin:0px auto;
margin: 0 3%;
	background:#063972;
}

.redondeado {
height: 1px;
overflow: hidden;
background-color:white; /* COLOR DE LA CAJA */
}

/* LAS LINEAS PARA FORMAR LA PARTE REDONDEADA */
.r1 { margin: 0 12px;}
.r2 { margin: 0 9px;}
.r3 { margin: 0 7px;}
.r4 { margin: 0 6px;}
.r5 { margin: 0 5px;}
.r6 { margin: 0 4px;}
.r7 { margin: 0 3px;}
.r8 { margin: 0 2px; height: 2px;}
.r9 { margin: 0 1px; height: 3px; }

.contenido {
height: auto;
padding: 0 15px;
}
/*----------------------------------------*/

/*-----------------------------------------------------

ul#menu {
	list-style-type: none;
	clear: both;
	color: white;
	background: #003366 url('/img/backBoton.jpg') repeat-x top left;
	text-align: center;
	padding: 0.7em;
	font-size: 100%;
}
		
ul#menu li {
	float: left;
	text-align: center;
	line-height: 10pt;
	float:left;
	text-align: center;
	line-height: 10pt;
	display: inline;
	margin: 0.1em;
}
		
ul#menu li a {
	display: block;
	width: 100px;
	height: 50px;
	background: #efefef url(../img/menuback.jpg) 0 0 no-repeat;
	text-decoration: none;
	color: #aaa;
}
ul#menu li:before{
	content: "\BB";
	margin-right: 0.7em;

}

		
ul#menu li a:hover {
	background: #efefef url(../img/menuhover.jpg) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
	visibility: visible;
	display: block;
}

ul#menu li a.activa {
	background: #efefef url(../img/menuhover.jpg) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
}

ul#menu li li {
	display: block;
	margin: 0.4em 0;
	padding: 0;
}
ul#menu li ul {
	visibility: hidden;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	color: white;
	background: #003366;
	list-style: none;
	width: 10em;
	margin: 0;
	padding: 0;
}
-----------------------------------------------------*/

ul#menu{
	clear: both;
	color: white;
	/*background: #003366 url('/img/menuhover.jpg') repeat-x top center;*/
	text-align: center;
	padding: 0.4em;
	margin:0%;
	font-size: 100%;
	list-style-type: none;
}

ul#menu li{
	display: inline;
	margin: 0.0em;
	position: relative;
	float:left;
	text-align: center;
	line-height: 10pt;
	display: inline;
	margin: 0.1em;
}

ul#menu li a {
	color: white;
	display: block;
	width: 100px;
	height:30px;
	background:url(../img/menuhover.jpg) 0 0 no-repeat;
	text-decoration: none;
}

ul#menu li:before{
	content: "\BB";
	margin-right: 0.3em;	
}

ul#menu li ul {
	visibility: hidden;
	display:none;
	position: absolute;
	top: 100%;
	left: 0;
	color: white;
	background::url(../img/menuhover.jpg) 0 0 no-repeat;/*color de fondo del submenu*/
	list-style: none;
	width: 10em;
	margin: 0%;
	padding: 0%;
	
}

ul#menu li:hover ul{
	/*background: #efefef url(../img/menuback.jpg) 0 0 no-repeat;*/
	visibility: visible;
	display: block;
	/*color: #fff;*/
	font-weight: bold;
}
		

ul#menu li li {
	text-align: left;
	display: block;
	margin: 0%;
	padding: 0;
}

ul#menu li a.activa 
{
			background:url(../img/menuback.jpg) 0 0 no-repeat;
			color: #fff;
			font-weight: bold;
}



#container{
	margin: 0 3%;
	background:white;
	padding: 1em;	
	margin-left:auto;
	margin-right:auto;
	width:90%;/*Esto no es agregado*/
}

#containerportada{
	margin: 0 3%;
	background:white;
	padding: 1em;	
	margin-left:auto;
	margin-right:auto;
	width:95%;	
}

#container2
{	
		width:85%;
		margin:1%;		
		float:none;
		padding:5px;
		margin-right:auto;
		margin-left:auto;
}


#portadaleft
{
	width: 15%;
	float: left;	
}
#portadaright
{
	float:right;
	width:85%;
}


/*  redondeo de esquinas------------------*/

.arriba, .abajo{
 background-color: #fff
 height: 1px;
 margin: 0 1px;
}
.centro, .arriba, .abajo{
  width: 100%;
}
.contenedor{
  width: 200px;
}/*--------------------------------------*/


#utils{
	width: 25%;
	float: left;
	color: #555555;
	background: #99CCFF;
}

#utils h3, #utils p {
	margin-left: 0.3em;
}

#utils table {
	margin: 0.1em 5%;
	width: 90%;
}

#log label{
	display: block;
}

#log button{
	display: block;
	margin: 0.3em;
}

#maincover{
	width: 50%;
	float: left;
	color: black;
	background: white;
	margin-left: 2.5%;
}

#main{
	width: 75%;
	float: left;
	color: black;
	background: white;
	margin-left: 2.5%;
}

fieldset {
	text-align: left;
	border: 2px groove #2175BC;
}

legend{
	font-weight: bold;
	color: #003366;
	background: transparent;
	padding: 0.5em;
}

label {
	cursor: pointer;
}

#data{
	width: 20%;
	float: right;
}

ul#cert{
	clear: both;
	list-style: none;
	text-align: center;
}

ul#cert li{
	display: inline;
}

#footer{
	color: #003366;
	clear: both;
	border-top: 2px solid #d5d7db;
	text-align:center;
	padding-top:1em;
}

