/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em "Century Gothic", Verdana, sans-serif; color:#FFFFFF; /*---------12px----------*/
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	
	font-size: 20px;
	color:#FFFFFF;
	font-weight:normal;
	
}


h1.seccion{
	color:#a5955a;
	font-weight:normal;
	
}

h1.submenu, h1.submenu a{
	color:#a5955a;
	font-weight:normal;
	font-size:15px;
	text-decoration:none;

}

h1.submenu a:hover{
	color:#FFFFFF;
	text-decoration:none;

}
h1.submenu1, h1.submenu1 a{
	color:#a5955a;
	font-weight:normal;
	font-size:15px;
	text-decoration:none;
	font-size:12px;

}

h1.submenu1 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;

}




h2 {
	font-size: 14px;
	color:#FFFFFF;
	
}

h2.mensaje{
	padding-top:10px;
	padding-left:10px;

}

h2.fecha{
	font-size:11px;
	font-weight:normal;
	padding-left:10px;
	padding-top:10px;
	
}

h3 {
	
	font-size: 10px;
	color:#ebb54d;
}

h3.subtitulos{
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	
}

h4 {
	font-size: 14px;
	color:#FFFFFF;
	font-weight:normal;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}



#texto_evento p{
	color:#000000;
	font-size:10px;
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
}

p.mensaje{
	padding:10px;
	color:#000000;
	font-size:12px;
	text-align:justify;
	
}

p.anterior_siguiente{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.justify{
	text-align:justify;
}

.center{
	text-align:center;

}
.left{
	text-align:left;
	
}

.right{
	text-align:right;

}
.bold{
	font-weight:bold;

}

#damas p{
	
	font-weight:normal;

}

a{
	text-decoration:none;
	color:#FFFFFF;
}

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

.light{
	font-weight:normal;
}

#contacto p{
	margin-bottom:5px;

}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}
