﻿/* CSS Document */
.containeri {
        width: 800px;
		height:450px;
		padding: 4px;
        margin: 3px 0 10px 0;
        border: 1px solid #ccc;
        background: #fff;
}
.containerins {
        width: 800px;
		height:500px;
		padding: 4px;
        margin: 3px 0 10px 0;
        border: 1px solid #ccc;
        background: #fff;
}

.containerb {
        width: 800px;
		height:40px;
		padding: 4px;
        margin: 3px 0 10px 0;
        border: 1px solid #ccc;

}

.container {
        width: 95%;
		height:100%;
		padding: 4px;
        margin: 3px 0 10px 0;
        border: 1px solid #ccc;
        background: #fff;
		
}
.containerp {
        width: 95%;
		height:100%;
		padding: 4px;
        margin: 3px 0 10px 0;
        border: 1px solid #ccc;

		
}

.containerm {
        width: 800px;
		height:500px;
		padding: 4px;
        margin: 3px 0 10px 0;
        border: 1px solid #ccc;
        background: #fff;
}

.title_U{
		font-size:22px;
		font-family:"Times New Roman", Times, serif;
		color: #003D74;
		font-weight: bold;
}
.title_p{
		font-size:22px;
		font-family:"Times New Roman", Times, serif;
		color: #660000;
		font-weight: bold;
}

.title_W{
		font-size:14px;
		font-family:"Times New Roman", Times, serif;
		color: #003D74;
		font-weight: bold;
		width:400px;
}

#navSquare {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navSquare a:link, #navSquare a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #13578E;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
        color: #8AC2E6;
        background: url(../image/square.gif) no-repeat bottom center;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#336699;
}
a:active {
	text-decoration: none;
}
body {
        font-family: verdana, sans-serif;
        font-size: 11px;
        background: #eeeeee;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
}

h4 {
        font-size: 100%;
        color: #999;
        margin: 0;
}

.boton {
		font-family:Verdana, sans-serif;
		font-size:9px;
		color:#000000;
		/*background-color:#9FB1BC;
		border-bottom-style:inset;*/
}
.cont{
	font-size: 10px;
	font-weight: bold;
	font-family:Verdana, sans-serif;
}
.cont_1{
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana, sans-serif;
}
.cont_2 {
		font-size: 12;
		font-family:Verdana, sans-serif;
		font-weight: bold;
		}
.cont_3 {
	color: #003D74;
	font-weight: bold;
	font-size: 12px;
}
.cont_4 {
        width: 99.3%;
		height:100%;
	    border: 1px solid #ccc;
        background: #fff;		
}

.cont_5{
	font-size: 10px;
	font-weight: bold;
	font-family:Verdana, sans-serif;
	background-color:#B7DFF6;
}
.cont_6{
	font-size: 10px;
	font-family:Verdana, sans-serif;
	background-color:#D7E8FD;
	/*#eeeeee;*/
}
.cabtab {
		font-family: Verdana, Arial, Helvetica, sans-serif;	
		font-size: 9px;
		color:#FFF; 
}

.error{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#990000;
}

.copy {font-size: 9px}

.paginacion{
	font-size: 12px;
	font-weight: normal;
	font-family:Verdana, sans-serif;
}
.currentitem {
	background: #ffffff; 
	font-weight: bold; 
	border: 1px solid #CFD9F1;
	font-size: 12px;
	font-family:Verdana, sans-serif;
}
.echo{
	font-size: 16px;
	font-weight: bold;
	font-family:Verdana, sans-serif;
}
.erro{
	font-size: 18px;
	color:#990000;
	font-weight: bold;
	font-family:Verdana, sans-serif;
}

.tab1{
	background-color:#004A85;
}

.tab2{
	background-color:#B7DFF6;
}

.hr{
	width:80%;
	size:2;
    color:#990000;
}

.tabla tbody tr:hover {
	background-color:#FF9;
}