/* 
    Document   : redalycStyles
    Created on : Oct 10, 2008, 5:45:53 PM
    Author     : Yonatan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a {
	color: #b10c07;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.estiloTit:visited {font-family:Arial; font-size:11px;color:#b10c07;}
A.estiloTit:active {font-family:Arial; font-size:11px;color:#b10c07;} 
A.estiloTit:link {font-family:Arial; font-size:11px;color:#b10c07;}
A.estiloTit:hover {font-family:Arial; font-size:11px;color:#666666;text-decoration:underline;}

.caja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	border: groove;
	border-bottom-width:1px;
	border-left-width:1px;
    border-right-width:1px;
    border-top-width:1px;
	border-color:#F4F4F4;
}
.boton {
    width:75px;
	height:23px;
 	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

	color:#000000;
	border-bottom-wdth:1px;
	border-left-width:1x;
    border-right-width:1px;
    border-top-width:1px;
	border-color:#e1e1e1;
}

.text1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.text2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-decoration: underline;
}
.text3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#666666;
}



