@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bk_azul.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
}
.fondo_header {
    background-image:url(bk-header_azul.png);
	background-position:top;
	background-repeat:repeat-x;
}
	
.fondo_contenido {
    background-image:url(fondo_contenido.jpg);
	background-position:top;
	background-position: center;
	background-repeat:repeat-y;
}

.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #A8A8A8;
	text-decoration: underline;
}
.textlink:hover {
	color: #8D8A8A;
	text-decoration: none;
}

.texto_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #A8A8A8;
	text-decoration:none;
}

.texto_titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	background:url(bk_title.png);
	background-repeat:no-repeat;
	font-size:14px;
	color: #FFFFFF;
	font-stretch:condensed;
	font-weight: bold;
	font-style:italic;
	text-indent: 18px;	
	
	}
	
	.texto_titulo1_largo {
	font-family: Arial, Helvetica, sans-serif;
	background:url(bk_title_largo.png);
	background-repeat:no-repeat;
	font-size:14px;
	color: #FFFFFF;
	font-stretch:condensed;
	font-weight: bold;
	font-style:italic;
	text-indent: 18px;	
	
	}
	
.texto_titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	font-stretch:condensed;
	font-weight: bold;
	}

.texto_titulo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#A27A35;
	font-stretch:condensed;
	font-weight: bold;
	}

.textfield_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002452;
	text-decoration: none;
	background-image: url(bg_textfieldmedium.jpg);
	height: 20px;
	width: 150px;
	border: 0px solid #B0B0B0;
	padding-left: 3px;
	}
	
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #357EA2;
}

.boton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #265B75;
}


.tabla {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
    border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style:solid;
	border-top-style:solid;
} 

.tabla th {
	padding: 1px;
	font-size: 12px;
	color: #A27A35;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style:solid;
	border-top-style:solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.tabla .modo1 {
font-size: 11px;
background-color:#2F2421;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}
.tabla .modo1 td {
padding: 2px;
border-right-width: 1px;
border-bottom-width: 1px;

border-right-style: solid;
border-bottom-style: solid;
border-top-color: #666666;
border-right-color: #666666;
border-bottom-color: #666666;
text-align:center;
} 

.tabla .modo1 th {
font-size: 11px;
font-weight:bold;
text-align: left;
background-color: #e2ebef;
color: #3C3D3D;
font-family:Arial, Helvetica, sans-serif;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #666666;
border-bottom-color: #666666;
}

.tabla .modo2 {
font-size: 11px;
background-color:#372920;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}
.tabla .modo2 td {
padding: 2px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #666666;
border-bottom-color: #666666;
}
.tabla .modo2 th {
font-size: 11px;
font-weight:bold;
background-color: #372920;
color:#3C3D3D;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #666666;
border-bottom-color: #666666;
}

.btn_imagen {
	border: thin solid #333333;
}

.btn_imagen:hover {
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            border: thin solid #A27A35;
}
