
 
@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-image: url(/cofradia/images/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center;*/
}
body, p, h1, h2, h3, h4, h5, h6, strong, ul, li, form, img {
	padding:0px;
	margin:0px;
	border:none;
}
h1{
	font-size: 15px;
	margin-bottom: 6px;
}
h2{
	color: #B12C1B;
	font-size: 13px;
	margin-bottom: 4px;
}
h3{
	color: #4C0000;
	font-weight: normal;
	margin-bottom: 4px;
	font-size: 12px;
}
h4 {
	font-size: 16px;
	color: #B12C1B;
	margin-bottom: 6px;
}
h5 {
	font-size: 11px;
	color: #BF8B0F;
	font-weight: bold;
	margin-bottom: 6px;
}
ul {
	list-style-image: url(/cofradia/images/bullet.gif);
	padding-left: 20px;
}
li {
	margin-bottom: 6px;
}

a {
	text-decoration:none;
	color: #B12C1B;
}
a:hover {
	text-decoration: underline;
}

.clearAll {
	line-height:0px;
	clear:both;
	overflow: hidden;
}
/* Align corners*/
.topLeftBorder {
	position:absolute;
	top:-1px;
	left:-1px;
}
.bottomLeftBorder {
	position:absolute;
	bottom:-1px;
	left:-1px;
}
.topRightBorder {
	position:absolute;
	top:-1px;
	right:-1px;
}
.bottomRightBorder {
	position:absolute;
	bottom:-1px;
	right:-1px;
}
.topLeft {
	position:absolute;
	top:0px;
	left:0px;
}
.bottomLeft {
	position:absolute;
	bottom:0px;
	left:0px;
}
.topRight {
	position:absolute;
	top:0px;
	right:0px;
}
.bottomRight {
	position:absolute;
	bottom:0px;
	right:0px;
}
.bottom {
	position: absolute;
	bottom: 0px;
}
/*End Align Corners*/
#page {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	width: 760px;
}
#headerFlash {
	height: 311px;
	width: 760px;
}
#headerNavigation {
	background-image: url(/cofradia/images/navigation_tile.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #320000;
	color: #FDEDC2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #140000;
	width: 750px;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
}
.navigationLink {
	color: #FDEDC2;
	display: block;
	padding-left: 20px;
	background-image: url(/cofradia/images/copa.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 3px;
	background-position: 5px 0px;
	float: left;
	margin-right: 3px;
}
.navigationLinkFlag {
	display: block;
	vertical-align: middle;
	padding-left: 25px;
	padding-top: 5px;
	float: left;
	margin-right: 1px;
}
.navigationLink:hover {
	text-decoration:none;
	background-image: url(/cofradia/images/copa_over.gif);
}
#content {
	background-image: url(/cofradia/images/content_tile.jpg);
	background-repeat: repeat-x;
	width: 740px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
#panelUno {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 720px;
	margin-bottom: 20px;
}

#vinoMes {
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
#vinoPhoto {
	float: left;
	width: 100px;
}
#vinoContent {
	float: left;
	width: 150px;
}
#vinoContent h1, #vinoContent h2, #vinoContent h3, #vinoContent p {
	padding-left: 10px;
}
#socioMes {
	float: left;
	padding-left: 20px;
	width: 420px;
}
#panelDos {
	width: 720px;
	padding-bottom: 10px;
}
.evento {
	width: 172px;
	float: left;
	margin-right: 10px;
}
.evento a {
	color: #000000;
}
#banners {
	background-image: url(/cofradia/images/banners_tile.jpg);
	background-repeat: repeat-x;
	width: 740px;
	padding: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAE0C6;
}
#bannerBlock {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
.banerJunior {
	float: left;
	margin-right: 20px;
	height: 60px;
	width: 180px;
}
.viewMore {
	display: block;
	margin-top: 6px;
	text-align: right;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #BC8928;
}

#footer {
	background-color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
}
