/*css reset*/
html, body, div, span, h1, h2, h3, h4, p, a, abbr, acronym,
address, big, small, strong, b, u, i, center, ul, ol, li, table,
form, label, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*fin css reset*/
/*css sitio infrasonido*/
body {
	margin: 0;
	padding: 0;
	background: #c1c1c1 url(bg/fondo.gif) fixed;
	font: normal 12px Arial, Helvetica, Sans-serif;
	color: #4B4B4E;
	text-align: center;
}

a {
	text-decoration:none;
	color:#aa0000;
}
a:hover {
	text-decoration:underline;
	color:#ee0000;
}
a:visited {
	text-decoration:underline;
	color:#aa0000;
}

#cabecera h1 span {
	display:none;
}
#cabecera h2 span {
	display:none;
}
.titulorojo {
	color: #aa0000;
	font-size:14px;
	line-height:20px;
}
.titulorojocentro {
	color: #aa0000;
	font-size:14px;
	line-height:20px;
	text-align:center;
	padding:5px 0;
}
p {
	padding:10px 0 10px 0;
	color:#505050;
	line-height:16px;
	text-align:justify;
}
ul {
	margin-left: 5px;
	padding-top: 8px;
}
li {	
	margin-left: 10px;
	padding-top: 1px;
}
.center {
	text-align:center;
}
.infra #contenedor {
	position:relative;
	width:818px;
	height:auto;
	margin: 0 auto;
	padding:0;
	text-align:left;
}
.infra #top {
	width:818px;
	height:16px;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:middle;
	text-align:center;
	color: #787878;
}
.infra #cabecera {
	position:relative;
	width:818px;
	height:89px;
	background:url(bg/cab_logo_818x89.png) no-repeat;
	margin:0px;
	padding:0px;
}

/* Main Menu */
.menu {
	position:absolute;
	left:272px;
	top: 32px;
	WIDTH: 520px;
	HEIGHT: 24px;
}
.cssnav {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	OVERFLOW: hidden;
	WIDTH: 130px;
	PADDING-TOP: 0px;
	FONT-FAMILY: arial, helvetica, sans-serif;
	POSITION: relative;
	HEIGHT: 24px;
}
#home a:hover{
	BACKGROUND: url(bg/home_130x24_down.png) no-repeat;
}
#servicios a:hover{
	BACKGROUND: url(bg/servicios_130x24_down.png) no-repeat;
}
#estudio a:hover{
	BACKGROUND: url(bg/estudio_130x24_down.png) no-repeat;
}
#contacto a:hover{
	BACKGROUND: url(bg/contacto_130x24_down.png) no-repeat;
}

.cssnav A {
	DISPLAY: block;
	FONT-SIZE: 11px;
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 130px;
	COLOR: black;
	HEIGHT: 24px;
	TEXT-DECORATION: none;
}
.cssnav A:hover {
	COLOR: #ffffff
}
.cssnav IMG {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	WIDTH: 130px;
	BORDER-BOTTOM: 0px;
	HEIGHT: 24px;
}
HTML A:hover {
	VISIBILITY: visible;
}
.cssnav A:hover IMG {
	VISIBILITY: hidden;
}
.cssnav SPAN {
	display:none;
}
/* Fin Main Menu */

.infra #estasen {
	color:#4B4B4E;
	width:818px;
	height:auto;
	background:url(bg/fill_818x1.png) repeat-y;
	margin:0;
	padding:0 0 0 20px;
}
.infra #estasen h3{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.infra #cuerpo {
	position:relative;
	width:818px;
	height:auto;
	background:url(bg/fill_818x1.png) repeat-y;
	margin:0;
	padding:0;
}

.infra #maincol {
	width:508px;
	height:auto;
	margin:0px;
	padding:0px 10px 20px 20px;
	/*background-color:#33CC33;*/
}

.infra #maincol h3 span {
	display:none;
}
.infra #subcol {
	position:absolute;
	top:20px;
	left:538px;
	width: 280px;
	height: 390px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(bg/paleta_gris_sombra_280x390.png) no-repeat top;
	/*background-color:#FF9900;*/
}
.infra #subcolcont{
	text-align: justify;
	margin: 0;
	padding: 50px 30px 0 30px;
}
.infra #pie {
	text-align:center;
	position:relative;
	width:818px;
	height:20px;
	background:url(bg/pie_818x20.png) no-repeat;
	margin:0px;
	border:0px;
	padding:0px;
}
.infra #bottom {
	text-align:center;
	margin:0px;
	padding:0px;
	width:818px;
	height:15px;
	border:0px;
	color:#4B4B4E;
}
.infra #track {
	visibility:hidden;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}