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

body {
margin-left : 0px;
margin-top : 10px;
margin-right : 0px;
margin-bottom : 0px;
height:100%;
background-position:center;

}

img{
	border: none;
}


.first-letter{
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#ffffff;
	color: #ba122c;
}


.float{
	float:left;
    margin-right : 10px;
    margin-bottom : 10px;	
	padding: 10px;
	}
.floatright{
	float: right;
    margin-right : 10px;
    margin-bottom : 10px;	
	padding: 10px;
	}	
.alignright{
	text-align:right;
}

.paddingTD{
	padding-left: 15px;
	padding-right: 20px;
}
.paddingTD35px{
	padding-left: 35px;
	padding-right: 30px;
}

.paddingTDright{
	padding-left: 8px;
}


.titulorojo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ba122c;
	font-weight:bold;
	word-spacing:normal;
	line-height: 17px;
	letter-spacing:normal;
}

.titulogris{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#b7b7b7;
	font-weight:bold;
	word-spacing:normal;
	line-height: 17px;
	letter-spacing:normal;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight:normal;
	word-spacing:normal;
	line-height: 17px;
	letter-spacing:normal;
}

.textoblanco{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
	word-spacing:normal;
	line-height: 17px;
	letter-spacing:normal;
}

.textobold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight:bold;
	word-spacing:normal;
	line-height: 17px;
	letter-spacing:normal;
}

.textonegrita11px{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	font-weight:bold;
	word-spacing:normal;
	line-height: 17px;
	letter-spacing:normal;
}

.textogrisclaro10px{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	font-weight:normal;
}

a{ cursor:pointer;}

a:link {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ba122c;
text-decoration : none;
font-weight : bold;
}
a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ba122c;
text-decoration : none;
font-weight : bold;
}
a:active {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ba122c;
text-decoration : none;
font-weight : bold;
}
a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ccc;
text-decoration : none;
font-weight : bold;
}

a.gris:link {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #666666;
text-decoration : none;
font-weight : bold;
}
a.gris:visited {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #666666;
text-decoration : none;
font-weight : bold;
}
a.gris:active {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #666666;
text-decoration : none;
font-weight : bold;
}
a.gris:hover {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ba122c;
text-decoration : none;
font-weight : bold;
}

a.leer:link {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ba122c;
text-decoration : none;
font-weight : normal;
}
a.leer:visited {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ba122c;
text-decoration : none;
font-weight : normal;
}
a.leer:active {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ba122c;
text-decoration : none;
font-weight : normal;
}
a.leer:hover {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #666666;
text-decoration : none;
font-weight : normal;
}

a.leer11px:link {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #ba122c;
text-decoration : none;
font-weight : normal;
}
a.leer11px:visited {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #ba122c;
text-decoration : none;
font-weight : normal;
}
a.leer11px:active {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #ba122c;
text-decoration : none;
font-weight : normal;
}
a.leer11px:hover {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #666666;
text-decoration : none;
font-weight : normal;
}


#float{
	float:left;
	padding-right:2em;
	width:1px;
}

.bordertd{
	border-left-color: #990000;
	border-left-style: dotted;
	border-left-width:thin;
	padding-left: 3em;
}

.bordertdhorizontal{
	border-bottom-color: #990000;
	border-bottom-style: dotted;
	border-bottom-width:thin;
	
}
.boton
{
	font-size:11px;
    font-family:Verdana,Helvetica;
    font-weight:normal;
    color:#666666;
    background:#ffffff;
    border: 1px solid  #999999;
	
}

INPUT, TEXTAREA,SELECT {
	font-size: 10px;
	font-family:Arial,Verdana,sans-serif;
	color:333333;
	background:#ffffff;
	border: 1px solid  #999999;
}



