/* CSS Document */

/* ### CONTAINER_INDEX ### */
#container {
	width: 265px;
	margin: 5px;
	float: left;
	background-image: url(../images/container_back.png);
	border: 1px solid #999999;
	height: 510px;	/*	Incrementé el tamaño aun mas pero deberíamos buscar la forma de reacomodar 
		todo para que no haya tanto espacio vacío. 
		
		-Nizar */		/* 850 px .... mi paaaaaaaii lol	-Antonio */		/* BUMP */
}

#container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 5px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B70000;
	color: #B70000;
	text-decoration: none;
}

#container h1 a:link, #container h1 a:visited {
	text-decoration: none;
	color: #B70000;
}

#container h2 {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 13px;
	font-weight: lighter;
	margin: 5px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B70000;
	color: #B70000;
	text-transform: none;
}
#container h2 a:hover {
	color: #810000;
	font-weight: bold;
}
#container h2 a:link, #container h2 a:visited {
	color: #B70000;
	text-decoration: none;
}
#container h3 {
	margin-right: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 3px;
}
#container h3 a:link, #container h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#container h3 a:hover {
	color: #B70000;
}

#container p {
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
}
#container p a:link, #container p a:visited {
	color: #333333;
	text-decoration: none;
}
#container p a:hover {
	text-decoration: underline;
	color: #B70000;
}

#container img { 
	align: center;
}
#container h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px;
	color: #B70000;
	background-image: url(/images/menu_back.png);
	margin-top: 9px;
	margin-right: 4px;
	margin-bottom: 9px;
	margin-left: 4px;
	text-align: center;
}
#container h4 a:link, #container h4 a:visited {
	color: #B61F24;
	text-decoration: none;
}
#container h4 a:hover {
	color: #b70000;
	text-decoration: underline;
}
#wrapper #container p style6 {
	color: #B70000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
w

