html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {
	background: transparent url(../images/fondo.jpg) no-repeat center center;
	background-attachment: fixed;
	font-family:Arial;

}
/* Cabecera de la web */
#cabecera
{
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background-color: transparent;
}
table tr td {
	font-family: arial;
	font-size:11px;
}

/*Footer de la web 
#pie
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url(../images/pie.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 75px;
} */

#wrappercont {
	margin-top: 180px;
	margin-left: 20px;
	/*margin:220px auto 0 auto; */
}
/* Menú lateral izquierdo */
#menu
{
	padding: 10px;
	float: left;
	width: 250px;
	background-color: transparent;
}


#menu .ul {
	/*list-style-type: square;*/
	padding: 15px;
}

#menu .texto, a {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #8d106f;
	text-decoration:none;
	line-height: 1.5;
}
	

#contenido
{
	margin: 25px 60px 0px 0px;
	float: left;
	width: 580px;
	padding: 10px;
	background-image: url(../images/semiblanco.png);
	background-repeat: repeat;
}

#contenido p {
	/*Ajustes de las tipos*/
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	text-align:justify;
}

#contenido h1 {
	color: #8d106f;
	font-size: 20px;
}

.morado {
	color: #8d106f;
}

.negrita {
	font-weight: bold;
	font-family: Arial;
	text-size: 11px;
}

.centrado {
	text-align: center;
}

#wrapper
{
	margin:0 auto 0 auto; width:960px;
}
