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

.documentos {
	font-family: tahoma, verdana;
	font-size:0.75em;
	font-weight:bold;
	color:#db002e;
	margin-left:30px;
	margin-top:30px;
}
.documentos p{
	width:640px;
	padding-bottom:3px;
	background-image: url(../images/linea_punteada.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.documentos ul{
	width:640px;
	/*list-style-image:url(../images/vinieta_cuadrada_gris.gif);*/
	margin-left:25px;
	margin-top:5px;
}
.documentos li{
	/*width:320px;*/
	width:640px;
	height:20px;
	line-height:20px;
	/*float:left;*/
}
.documentos a{
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	/*float:left;*/

}
.documentos a:hover{
	color:#db002e;
	text-decoration:underline;
}






.sub_documentos {
	font-family: tahoma, verdana;
	font-size:1.00em;
	font-weight:bold;
	color:#666666;
	margin-left:25px;
	margin-top:15px;
}
.sub_documentos p{
	width:615px;
	padding-bottom:3px;
	background-image: url(../images/linea_punteada.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.sub_documentos p span{
	width:4px;
	height:4px;
	background-image:url(../images/vinieta_cuadrada.gif);
	background-repeat:no-repeat;
	float:left;
	margin-right:7px;
	margin-top:7px;
	/*background-color:#db002e;*/
	/*display:block;*/
}
.sub_documentos ul{
	width:600px;
	/*list-style-image:url(../images/vinieta_cuadrada_gris.gif);*/
	list-style-type:none;
	margin-left:25px;
	margin-top:5px;
}
.sub_documentos li{
	background-image:url(../images/vinieta_cuadrada_gris.gif);
	background-repeat:no-repeat;
	background-position:center left;
	/*width:300px;*/
	width:600px;
	height:20px;
	line-height:20px;
	/*float:left;*/
}
.sub_documentos a{
	font-weight:normal;
	color:#666666;
	margin-left:15px;
	text-decoration:none;

}
.sub_documentos a:hover{
	color:#db002e;
	text-decoration:underline;
}

.doc{
	width:20px;
	height:10px;
	line-height:10px;
	background-color:#000066;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.56em;
	text-align:center;
	color: #FFFFFF;
	float:left;
	margin-top:6px;
	margin-left:10px;
}
.pdf{
	width:20px;
	height:10px;
	line-height:10px;
	background-color:#ca2e19;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.56em;
	text-align:center;
	color: #FFFFFF;
	float:left;
	margin-top:6px;
	margin-left:10px;
}
