/* CSS Document */
/**** iv styles ****/


body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/*** tipos de letras ***/
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #003366;
 margin:10px;
 border-bottom:2px dashed #F8D484;
}

.txtsubtitles{
   font-family: Verdana,Arial,sans-serif;
   font-size:90%;
   color:#009900;
   text-align:left;
   font-weight:bold; 
}

.txthead{
   font-family: Century Gothic;
   font-size:11px;
   color:#334D55;
   text-align:left;
   font-weight:bold; 
}

.txtup{
   font-family: Century Gothic;
   font-size:10px;
   color:#009900;
   text-align:justify; 
}

.txtdown{
   font-family: Century Gothic;
   font-size:10px;
   color:#334D55;
   text-align:justify; 
}

.txtref{
   font-family: Century Gothic;
   font-size:11px;
   color:#000066;
   text-align:left; 
}
/*** lineas ***/

underline{
   margin:10px;
   
}

/*** botones ***/

.btnBack{
	width:80px;
	height:22px;
	text-align:right;
    border:   1px solid rgb( 145, 155, 156 );
	border-color:#DDDDDD;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:hand;
	background-position:left;
	background:rgb( 244, 243, 238 );
	background-image:url(images/btn/icono_anterior.gif);
	background-repeat:no-repeat;
}

.btnContact{
	width:80px;
	height:22px;
	text-align:right;
    border:   1px solid rgb( 145, 155, 156 );
	border-color:#DDDDDD;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:hand;
	background-position:left;
	background:rgb( 244, 243, 238 );
	background-image:url(images/btn/icono_reload.gif);
	background-repeat:no-repeat;
}

.btnEmail{
	width:80px;
	height:22px;
	text-align:right;
    border:   1px solid rgb( 145, 155, 156 );
	border-color:#DDDDDD;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:hand;
	background-position:left;
	background:		rgb( 244, 243, 238 );
	background-image:url(images/btn/icono_correo.gif);
	background-repeat:no-repeat;
}

.btnLimpiar{
	width:80px;
	height:22px;
	text-align:right;
    border:   1px solid rgb( 145, 155, 156 );
	border-color:#DDDDDD;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:hand;
	background-position:left;
	background:		rgb( 244, 243, 238 );
	background-image:url(images/btn/icono_vara.gif);
	background-repeat:no-repeat;
}

.btnAdjuntar{
	width:80px;
	height:22px;
	text-align:right;
    border:   1px solid rgb( 145, 155, 156 );
	border-color:#DDDDDD;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:hand;
	background-position:left;
	background:		rgb( 244, 243, 238 );
	background-image:url(images/btn/icono_mostrar.gif);
	background-repeat:no-repeat;
}
/*** filtros ***/
.filtros {
filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#EBEADB, EndColorStr=#fff4f3ee, GradientType=1)
	   progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	   font-size: 80%;
	   background-color: #EBEADB;
	   font-weight:bold;
}

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}
