body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
}
ul, li {
	list-style:none;
}
a {
	font-weight:400;
	text-decoration:none;
	color:#FF9900;
}
a:hover {
	color:#5BCA2A;
}
.clearfloat { 
	clear:both; 
	height:0; line-height: 0px;
	font-size: 1px;
}
.registered {
	font-weight:300;
	font-size: small;
	vertical-align:super;
}
.mainContainer {
	position:relative;
	width:1010px;
	height:768px;
}
.catalogContainer {
	position:relative;
	width:100%;
}
.contenedorFotos {
	position:absolute;
	top:440px; right:0;
	width:770px;
}
.contenedorFotos img {
	float:left;
	padding-right:5px;
}
.contenedorTxtSeccion,
.contenedorTxtSeccion-Ozonovid,
.contenedorTxtSeccion-Eskala,
.contenedorTxtSeccion-Ozonovid-catalogo
 {
	position:absolute;
	display:block;
	top:215px; right:0;
	width:730px; height:180px;
	padding:10px 20px;
	margin-top:10px;
	text-align:justify;
}
.contenedorTxtSeccion-Ozonovid-catalogo
 {
	top:130px;
	height:auto;
}
.contenedorTxtSeccion{
	background-color:rgba(255,255,255,.75);
}
.tituloContenedorHome,
.tituloContenedorOzonovid,
.tituloContenedorEskala,
.tituloContenedorConsultas,
.tituloContenedorTips,
.tituloContenedorAcerca,
.tituloContenedorContacto {
	position:absolute;
	top:140px; right:0;
	width:740px; height:60px;
	padding:15px 0 0 20px;
	background-color:rgba(0,0,0,.5);
	color:#FFFFFF;
	border-left:solid 10px #FF9900;
}
.tituloContenedorEskala {
	border-left:solid 10px #E9ACD3;	
}
.tituloContenedorOzonovid {
	top:60px;
	border-left:solid 10px #5BCA2A;	
}
.tituloSeccion {
	font-weight:400;
	font-size:18pt;
}

.tituloEvento {
	font-weight:400;
	font-size:16pt;
}
.tituloSub {
	font-size:13pt;
}
.txtTitulo {
	font-weight:700;
	font-size:18pt;
	text-transform:uppercase;
}
.iconoSeccion {
	position:absolute;
	width:200px; height:200px;
	top:140px; left:0;
}
/*HOME*/
.contenedorHome {
	position:absolute;
	top:220px; right:0;
	width:770px; height:510px;
}
.cuadroLogoHome {
	float:left;
	width:250px; height:250px;
}
.cuadroContenidoHome-Ozonovid,
.cuadroContenidoHome-Eskala {
	float:left;
	width:470px; height:210px;
	margin-left:10px;
	padding:40px 20px 0 20px;
	font-size:16pt;
}
.cuadroContenidoHome-Ozonovid,
.contenedorTxtSeccion-Ozonovid,
.contenedorTxtSeccion-Ozonovid-catalogo
{
	background-color:rgba(91,202,42,.75);
}
.cuadroContenidoHome-Eskala,
.contenedorTxtSeccion-Eskala {
	background-color:rgba(233,172,211,.75);
}
/*SUB MENU SECCIONES*/
.contenedorSubMenu {
	position:absolute;
	top:340px; left:0;
	width:200px;
	font-size:11pt;
	font-weight:400;
	text-align:right;
}
.contenedorSubMenu li {
	margin-bottom:10px;
}
.contenedorSubMenu li a {
	padding-right:15px;
	background:url(../imgs/bullet02.png) no-repeat right;
	color:#DBDBDB;
}
.contenedorSubMenu li a:hover {
	background:url(../imgs/bullet.png) no-repeat right;
	color:#5BCA2A;
}
/*FONDOS*/
#inicio {
	 background:#333333 url(../imgs/fondo01.jpg) no-repeat center; 
}
#ozonovid {
    background:#333333 url(../imgs/fondo02.jpg) no-repeat center; 
}
#eskala {
    background:#333333 url(../imgs/fondo03.jpg) no-repeat center; 
}
#consultas {
    background:#333333 url(../imgs/fondo04.jpg) no-repeat center; 
}
#tipsdesalud {
    background:#333333 url(../imgs/fondo05.jpg) no-repeat center; 
}
#acercade {
    background:#333333 url(../imgs/fondo06.jpg) no-repeat center; 
}
#contacto {
    background:#333333 url(../imgs/fondo07.jpg) no-repeat center; 
}
/*CATALOGO*/
.catalogFoto, .catalogTxt {
	float:left;
}
.catalogFoto {
	width:35%;
}
.catalogTxt {
	width:65%;
	text-align:right;
	line-height:150%;
}
.catalogTxt p {
	margin:0 0 10px 0;
}
.cTitulo {
	font-weight:700;
	font-size:18px;
	padding-bottom:10px;
	border-bottom:solid 1px #3FA535;
	color:#666666;
}
.cSubTitulo, .cContenido {
	font-weight:700;
}
.cUsos {
	color:#666666;
	font-size:18px;
	font-style:italic;
}