/* CSS Document */
	body, p, h1, h2, h3, h4, h5, h6, img, ul, ol, li, form, fieldset{
	padding:0px;
	margin:0px;
	border:none;
	list-style-type:none;
	}
	.borrarFloat {
		clear: both;
	}
	.forzadoDer {
		float: right;
	}
	.forzadoIzq {
		float: left;
	}
	body {
	background-color: #F5F4F2;
	}
	
	a {
	}
	
	#contenedor{
	margin-right: auto;
	margin-left: auto;

	}

	#cabecera {
	width: 1064px;
	height: 115px;
	margin-right: auto;
	margin-left: auto;
	}


	#botones{
	height: 12px;
	width: 1067px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	
	}

	#cuerpo{
	height: 550px;
	width: 1065px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/cuerpo.jpg);
	background-repeat: no-repeat;
	
	}
	
	#contenidoPrincipal{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;

	}
	
	#conciertos{
	width: 170px;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	overflow: auto;
	height: 250px;
	background-image: url(img/fondetecuadros.png);
	background-repeat: repeat;
	color: #F5F4F2;
	margin-top: 100px;
	text-align: center;
	
	}
	
	#seccion{
	}
	
	#textoNoticias{
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #181716;
	padding-right: 50px;
	padding-left: 140px;
	background-image: url(img/fondotexto.png);
	background-repeat:       repeat-y;
	background-position: 120px 10px;
	margin-top: 30px;
	}
	
	#texto.titular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	
	}
	
	#textoBiografia{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #181716;
	background-image: url(img/fondotexto.png);
	background-repeat:   repeat-y;
	padding-left: 15px;
	}
	
	#textoBiografia2{
	padding-right: 20px;
	
	}
	
