/* CSS Document */
/* Reset css */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	 
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Inicio código */
body{ 
	background-color: #FFFFFF;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	text-align:center;
	line-height:12px;

}

#contenedor{
	width:744px;
	margin: auto;
	position: relative;
	text-align:left;
}
#linea{
	background-color:#AB1416;
	width:732px;
	margin: auto;
	position: relative;
	color:white;
	font-size: 11px;
	padding: 5px 6px;
	text-align: left;
	margin-bottom: 10px;
	
}
#linea_pie{
	background-color:white;
	width:732px;
	height:30px;
	margin: auto;
	position: relative;
	color:#706F6E;
	font-size: 10px;
	padding: 5px 6px;
	text-align: left;
	margin-bottom: 10px;
	background-image:url(../imagenes/bg_pie.jpg);
	background-repeat:repeat-x;
	
}
#boton{
	background-color:#EDEDED;
	background-image:url(../imagenes/normal.png);
	background-repeat: repeat-x;
	width:156px;
	heigth:20px;
	padding: 6px;
	position: relative;
	color:black;
	margin-bottom: 8px;
	font-size: 11px;
	
	
}
#boton_active{
	background-color:#D21B24;
	background-image:url(../imagenes/selecc.png);
	background-repeat: repeat-x;
	width:156px;
	heigth:20px;
	padding: 6px;
	position: relative;
	color:white;
	margin-bottom: 8px;
	font-size: 11px;	
	
}
 #boton_active a{
	text-decoration:none;
	color:white;
		
	
}
 #boton a{
	text-decoration:none;
	color:black;
		
	
}
#linea_pie a{
	text-decoration:none;
	color:#706F6E;
	
	
}
.boton_active{
	color:#CA1118;
	font-weight: bold;
	font-style: italic;	
	font-size: 13px;
}
.red{
	color:#CA1118;

}

