@import "reset.css";

/* GOOGLE */

iframe {
 width: 100% !important;
 background: none !important;
}

iframe table .t {
 background: none !important;
}

iframe body {
 background: none !important;
}

body {
 font-family: Verdana, Helvetica;
 font-size: 12px;
 color: #FFF;
 text-align: justify;
 background-image: url("imgs/fondo_ventana.jpg");
 text-align: center;
}

h1 {
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 2px solid #CCC;
	margin-bottom:15px;	
}

img {
	border: 5px solid #775532;
	background-color: #FFF;
	padding: 2px;
}


#contenedor {
 margin: 10px;
 background-color: #FFFFFF;
 position: relative; 
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
}


