/* ORDEN LAYOUT SITIO */
* {
	margin: 0px auto;
	background: FFF;
	background-repeat: repeat-x;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	background-image: url(../imagen/fondo.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.respuesta_form {
	font-weight: bold;
	padding-left: 10px;
}


#contenedor {
	width: 950px;
	position:relative;
	text-align:left;
}

#contenido	{
	width:auto;
	background-image:none;
}

#header {
	width: 853px;
	height:auto;
}
#subcentro {
	width: auto;
}


#centro {
	width: 853px;
	background-image: url(none);
	background-color: #9ED6ED;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#izquierda {
	width: 516px;
	float:left;
	background-color: #9ED6ED;
	background-image: url(none);
	min-height: 200px;
}
.post {
	width: 516px;
	min-height: 373px;
	float: left;
	margin-bottom: 20px;
}

.video {
	background-repeat:no-repeat;
	width: 516px;
	min-height: 273px;
	background-color: #9ED6ED;
	padding: 5px 0px 0px 30px;
	height: 273px;
	background-image: url(../imagen/contenedor_video.jpg);
}

.texto_video {
	background:#9ED6ED;
	padding: 0 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comentarios {
	width: 516px;
	background-color: #9ED6ED;
	font-weight: bold;
	margin-bottom: 20px;
	min-height: 250px;
}
.head_com {
	background-color: #9ED6ED;
	background-image: url(none);
	font-weight: bold;
	border-bottom: #000 dashed 1px;
	width: auto;
	height: 20px;
}

.titulo_com {
	width: 400px;
	float: left;
	margin-left: 10px;
	background-color: #9ED6ED;
	background-image: url(none);
}
.fecha_com {
	width: 100px;
	float: left;
	background-color: #9ED6ED;
	background-image: url(none);
}

.texto_com {
	font-weight: normal;
	background-color: #9ED6ED;
	background-image: url(none);
	padding: 10px  10px;
	text-align: justify;
	margin-top: 5px;
}
#formulario {
	width: auto;
	background-image: url(none);
	margin: 0px 0px 0px 0px;
}




#derecha {
	width: 337px;
	height:auto;
	float:right;
	background-color: #9ED6ED;
	background-image: url(../imagen/espacio.jpg);
}
#flash {
	background-color: #9ED6ED;
	background-image: url(../imagen/espacio.jpg);
	padding: 0px 50px;
}


.clear {
float:left;
clear:both;
}
#footer {
	background-image: url(../imagen/footer.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 13px;
	float: left;
}
