body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8B0802;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-image:url(imagenes/fondo_v2.jpg);
	background-position:top;
	background-repeat:repeat-x;	
}

img{border:none}

.txt_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}


.texto_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000075;
}


.txt_general_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

.titulo_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3B3B3B;
	font-weight: bold;
}

.titulo_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C70038;
	font-weight: bold;
}

.titulo_3_rojo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #C70038;
}

.titulo_3_azul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #000075;
}

.titulo_4_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
	color: #000075;
}

.txt_naranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F54D00;
	font-weight: bold;
}

.fondo {
	background-attachment: scroll;
	background-image: url(imagenes/fondo.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 918px;
}

.txt_sub_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C60038;
}

.fondo_top {
	background-attachment: scroll;
	background-image: url(imagenes/fondo_top2.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}

.fondo_pie_pagina {
	background-attachment: scroll;
	background-image: url(imagenes/fondo_pie.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 900px;
}

.txt_pie_pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.txt_pie_pagina_negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.btn_naranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:14px;
	color: #FFF;
	font-weight: bold;
	background-color: #F54D00;
}

.caja_busqueda {
	background-color: #FFF;
	border: 1px solid #B2B6C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	width: 135px;
}

.caja_suscripcion {
	background-color: #FFF;
	border: 1px solid #B2B6C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	width: 165px;
}

.marco_img{
	border:1px solid #CCC;
}

.marco_img_chicas {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding:4px;
}

.marco_img_grandes {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding:9px}


/*Definimos una clase para <ul> */
ul.columnas {
Float: left;
width: 100%; /*Este ancho será el total que ocupen muestras columnas */
List-style-type: none; /*Eliminamos las viñetas */
border:#666 solid 1px;
margin-left:-15px;
}

/*Definimos las propiedades para <li> a partir de las otorgadas a <ul>*/
ul.columnas li{
	Display:inline; /*Se declara que las propiedades serán otorgadas a cada linea*/
	Float: left;
	Width:33%;
	margin-bottom:100px
} /*Al definir el ancho definimos también el número de columnas, siendo 25% para 4 columnas, 33% para 3, 50% para 2 y asi para la cantidad de columnas que deseemos */


