@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
	background:url(imagesPrueba/back_general.gif) repeat center !important;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	
}
.footer{
	height: 100px;
	background-image: url(../imagenes_index/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	

}
.push {
	height: 100px;
}


#cont_error {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #039;
	height: 30px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px dotted #039;
}

#cont_form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #039;
	float: left;
	border: 1px solid #039;
	height: 250px;
	width: auto;
}
#cont_contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	float: left;
	height: 1300px;
	width: 700px;
}
#cont_otras_pub {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #039;
	background-color: #CCC;
	float: right;
	height: 550px;
	width: 200px;
}

/*.img_blog{
	width:auto;
	height:auto; 
	padding:10px; 
	border:#CCC 1px solid;
	margin:5px;
	
	}
*/
