/* CSS Document */


BODY
{
	font-size: 12px;
	margin: 0px;
    color: #666;
    padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #f1f1f1;
	background-image:url(../images/back_header.png);
	background-position:center top;
	background-repeat:repeat-x;
}

.fondo_petroleo {
	background-position:center top;
	background-repeat:repeat-x;
	background-image:url(../images/fondo_petroleo.gif);
}
.fondo_petroleo2 {
	background-position:center top;
	background-repeat:repeat-x;
	background-image:url(../images/fondo_petroleo2.gif);
}
.fondo_manzana {
	background-position:center top;
	background-repeat:repeat-x;
	background-image:url(../images/fondo_manzana.gif);
}
.fondo_naranja {
	background-position:center top;
	background-repeat:repeat-x;
	background-image:url(../images/fondo_naranja.gif);
}
.fondo_rojo {
	background-position:center top;
	background-repeat:repeat-x;
	background-image:url(../images/fondo_rojo.gif);
}
.fondo_azul {
	background-position:center top;
	background-repeat:repeat-x;
	background-image:url(../images/fondo_azul.gif);
}
.fondo_verde {
	background-position:center top;
	background-repeat:repeat-x;
	background-image:url(../images/fondo_verde.gif);
}

img {
	border: 0px;
}


#wrapper
{
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}

.logo {
	text-align:right;
	padding: 75px 70px 18px 0px;
}


/* ---------------------------------------------------- */
/* 	TIPOGRAFIA */
@font-face {
	font-family: 'Conv_Arista2.0 light';
	src: url('includes/fonts/Arista2.0 light.eot');
	src: local('☺'), url('../includes/fonts/Arista2.0 light.woff') format('woff'), url('../includes/fonts/Arista2.0 light.ttf') format('truetype'), url('../includes/fonts/Arista2.0 light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_ShadowsIntoLight';
	src: url('../includes/fonts/ShadowsIntoLight.eot');
	src: local('☺'), url('../includes/fonts/ShadowsIntoLight.woff') format('woff'), url('../includes/fonts/ShadowsIntoLight.ttf') format('truetype'), url('../includes/fonts/ShadowsIntoLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.menu {
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif,Sans-Serif;
	font-weight:bold;
}

.menu ul{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 2px;
	overflow:hidden;}

.menu ul li{
	float:left;
	list-style-type:none;
	text-align:center;
	}

.menu ul li a{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-decoration:none;
	display:block;
	width:160px;
	margin: 6px 3px 4px 0px;
	height: 20px;
	background-image:url(../images/fondo_solapa.gif);
	background-repeat:repeat-x;
	background-position:top;
	color: #999999;
	font-size: 13px;
	padding-top: 16px;
	}

.menu ul li a.solapa_selec{
	background-image:none !important;
	color: #ffffff !important;
	margin-top: 0px !important;
	height: 28px !important;
}

.menu ul li a.solapa_petroleo{
	background-color: #079ea5;
}

.menu ul li a.solapa_manzana{
	background-color: #aacb34;
}

.menu ul li a.solapa_naranja{
	background-color: #fdaf17;
}

.menu ul li a.solapa_roja{
	background-color: #c22a1c;
}

.menu ul li a.solapa_azul{
	background-color: #008dd4;
}

.menu ul li a.solapa_verde{
	background-color: #51b948;
}

/* ---------------------------------------------------- */
/* CONTENIDO */
#content{
	margin-top:0px;
	overflow:hidden;
}
#left{
	float:left;
	width: 667px;
}
.headings {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding:5px 18px 5px 28px;
	margin-top:18px;

}
.headings .left {
	float:left;
	font-family:'Conv_Arista2.0 light',Sans-Serif;
	font-size:20px;
	letter-spacing: 1px;
	color:#FFF;
}
.headings .right a{
	float:right;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding-top:3px;
	text-decoration: none;
}
.headings H2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
#right{
	float:left;
	width:333px;
}
.heading-ferias{
	background:#aacb34;
	overflow:hidden;
}
.heading-ferias .right a{
	background:url("../images/flecha_heading_ferias.gif") right 5px no-repeat;
	padding-right:15px;
	overflow:hidden;
}
.heading-diseniadores{
	background:#fdaf17;
	overflow:hidden;
}
.heading-diseniadores .right a{
	background:url("../images/flecha_heading_diseniadores.gif") right 5px no-repeat;
	padding-right:15px;
	overflow:hidden;
}
.heading-cursos{
	background:#c22a1c;
	overflow:hidden;
}
.heading-cursos .right a{
	background:url("../images/flecha_heading_cursos.gif") right 5px no-repeat;
	padding-right:15px;
	overflow:hidden;
}
.heading-proveedores{
	background:#008dd4;
	overflow:hidden;
}
.heading-proveedores .right a{
	background:url("../images/flecha_heading_proveedores.gif") right 5px no-repeat;
	padding-right:15px;
	overflow:hidden;
}
.heading-clasificados{
	background:#079ea5;
	overflow:hidden;
}
.heading-clasificados .right a{
	background:url("../images/flecha_heading_clasificados.gif") right 5px no-repeat;
	padding-right:15px;
	overflow:hidden;
}
.contenido-ferias,
.contenido-diseniadores,
.contenido-cursos,
.contenido-proveedores, {
	margin-bottom:22px;
	overflow:hidden;
}
#left .box{
	float:left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #FFF;
	width:309px;
	min-height:320px;
	margin:12px;
	line-height: 15px;
}
#left .box P{
	margin:0px;
	padding:10px 15px;
}
#left .box P a{
	color:#079ea5;
	text-decoration:none;
}
#left .box H3 {
	margin:15px 15px 15px 15px;
	padding:0px;
	font-family: 'Conv_ShadowsIntoLight';
	font-weight:normal;
	font-size:20px;
	color:#079ea5;
	line-height: 23px;
}
#left .box H3 a{
	color:#079ea5;
	text-decoration:none;
}
#left .box H3 a:hover{
	color:#51bbcf;
	text-decoration:none;
}


#left .box2{
	float:left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #FFF;
	width:645px;
	min-height:260px;
	margin:12px;
	line-height: 15px;
}
#left .box2 P{
	margin:0px;
	padding:10px 15px;
}
#left .box2 .float{
	margin:0px;
	padding:15px;
	float:right;
}
#left .box2 .float2{
	margin:0px;
	padding:15px 15px 0px 15px;
	float:right;
}
#left .box2 .float3{
	margin:1px;
	float:right;
}
#left .box2 .label_galeria{
	margin:1px 15px 15px 15px;
	padding:7px 10px 7px 10px;
	float:right;
	text-align:center;
	background-color: #f1f1f1;
	font-size: 11px;
	width: 230px;
	color: #079ea5;
}
#left .box2 .float_creativos{
	width: 280px;
	float:right;
}
#left .box2 .icono{
	margin-right: 10px;
	margin-bottom: 20px;
}
#left .box2 H3 {
	margin:15px 0px 15px 15px;
	padding:0px;
	font-family: 'Conv_ShadowsIntoLight';
	font-weight:normal;
	font-size:20px;
	color:#079ea5;
	line-height: 24px;
}
#left .box2 a{
	color:#079ea5;
	text-decoration:none;
}
#left .box2 a:hover{
	color:#51bbcf;
	text-decoration:none;
}

#left .texto {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #FFF;
	margin:19px 12px 25px 12px;
	line-height: 18px;
	padding: 25px 25px 35px 25px;
	overflow: hidden;
	}


#left .texto H1 {
	font-family: 'Conv_ShadowsIntoLight';
	font-size:24px;
	padding:15px 0px 5px 0px;
	margin: 0px;
	color:#079ea5;
	font-weight:normal;
	line-height: 30px;
	}

#left .texto H2 {
	font-family: 'Conv_ShadowsIntoLight';
	font-size:18px;
	padding:15px 0px 5px 0px;
	margin: 0px;
	color:#83B53E;
	font-weight:normal;
	line-height: 30px;
	}

#left .texto H2.linea {
	border-bottom: solid 1px #cccccc;
	margin-bottom: 5px;
	}

#left .texto ul {
	margin-left: 30px;
	}

#left .texto ul li {
	list-style-type:square;
	}
#left .texto ul li a {
	text-decoration:none;
	color: #666666;
	}
#left .texto ul li a:hover {
	color: #079ea5;
	}
	

#left .registracion{
	background: #f1f1f1;
	color:#FFF;
	overflow:hidden;
	margin-top: 20px;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#left #form-registracion{
	margin:0 auto;
	color:#83cfd2;
}
#left .registracion P{
	font-family: 'Conv_ShadowsIntoLight';
	font-size:24px;
	color:#FFF;
	padding:15px 0px 5px 0px;
}
#left #form-registracion INPUT[type='text'], #left #form-registracion INPUT[type='password'] {
	width:98%;
	margin-top:8px;
	padding:6px;
	color:#005155;
	background:#ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
}

#left #form-registracion .boton {
	padding:15px 0px 0px 0px;
	float:right;
}
#left #form-registracion .boton INPUT {
	background:#aacb34;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
	color:#FFF;
	font-weight:bold;
	padding:8px 18px;
	cursor:pointer;
}






#left .generico{
	background: #f1f1f1;
	color:#FFF;
	overflow:hidden;
	margin-top: 20px;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#left #form-generico{
	margin:0 auto;
	color:#83cfd2;
}
#left .generico P{
	font-family: 'Conv_ShadowsIntoLight';
	font-size:24px;
	color:#FFF;
	padding:15px 0px 5px 0px;
}
#left #form-generico label {
	width:27%;
	float:left;
	text-align:right;
	padding-top: 12px;
	padding-right: 5px;
	color: #079ea5;
}
#left #form-generico INPUT[type='text'] {
	width:68%;
	margin-top:8px;
	padding:6px;
	color:#005155;
	background:#ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
	float:left;
}
#left #form-generico SELECT {
	width:70%;
	margin-top:8px;
	padding:6px;
	color:#005155;
	background:#ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
	float:left;
}
#left #form-generico textarea {
	width:68%;
	margin-top:8px;
	padding:6px;
	color:#005155;
	background:#ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	border:0;
	float:left;
}
#left #form-generico .dias {
	width:71%;
	float:left;
	margin: 9px 0 12px 0;
}
#left #form-generico .dias label{
	width:30%;
	float:left;
	padding-left: 5px;
	text-align:left;
	padding-top: 3px;
}
#left #form-generico .dias  INPUT[type='text']{
	width:22%;
	float:left;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:0px;
	margin-top: 0px;
}
#left #form-generico .dias  INPUT[type='password']{
	width:22%;
	float:left;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:0px;
	margin-top: 0px;
}

#left #form-generico .dias .ui-datepicker-trigger{
	float:left;
	background-color: #ffffff;
	padding: 7px 6px 6px 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 7px;
}




#left #form-generico .pagos {
	width:100%;
	float:left;
	margin: 9px 0 12px 0;
}
#left #form-generico .pagos label{
	width:20%;
	float:left;
	padding-left: 5px;
	text-align:left;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight:bold;
}
#left #form-generico .pagos .clear{
	padding-bottom: 5px;
}
#left #form-generico .pagos INPUT[type='text'].pago{
	width:25%;
	margin-right: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#left #form-generico .pagos INPUT[type='text'].monto{
	width:15%;
	margin-right: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#left #form-generico .pagos INPUT[type='text']{
	width:18%;
	float:left;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:0px;
	margin-top: 0px;
}
#left #form-generico .pagos  INPUT[type='password']{
	width:22%;
	float:left;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:0px;
	margin-top: 0px;
}

#left #form-generico .pagos .ui-datepicker-trigger{
	float:left;
	background-color: #ffffff;
	padding: 7px 6px 6px 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 7px;
}

#left #form-generico .boton {
	padding:15px 0px 0px 0px;
	float:right;
}
#left #form-generico .boton INPUT {
	background:#aacb34;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
	color:#FFF;
	font-weight:bold;
	padding:8px 18px;
	cursor:pointer;
}


.boton_pagar {
	background:#aacb34;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
	color:#FFF;
	font-weight:bold;
	padding:8px 18px;
	cursor:pointer;
}


.boton_volver {
	background:#aacb34;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
	color:#FFF;
	font-weight:bold;
	padding:8px 18px 8px 25px;
	cursor:pointer;
	text-decoration: none;
	background-image:url(../images/flecha_volver.gif);
	background-repeat:no-repeat;
	background-position: 10px 9px;
}

.boton2 {
	background:#aacb34;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
	color:#FFF;
	font-weight:bold;
	padding:8px 18px;
	cursor:pointer;
}

#right .box{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width:310px;
	margin:0px auto;
	margin-bottom:15px;
}
#right .login{
	background: #079ea5;
	margin-top:18px;
	padding-top:9px;
	padding-bottom:12px;
	overflow:hidden;
}
#right .login UL{
	margin:0px;
	padding:10px 0px 5px 35px;
	overflow:hidden;
}
#right .login LI {
	list-style-type: none;
	float:left;
	padding:0px 3px;
	color:#4cd3d9;
}
#right .login a {
	font-family: 'Conv_ShadowsIntoLight';
	background:url("../images/flecha_registracion.gif") right 8px no-repeat;
	padding-right: 15px;
	font-weight:normal;
	font-size:20px;
	color:#FFF;
	text-decoration:none;
}
#right .publicacion{
	text-align:center;
}
#right .suscripcion{
	background: #079ea5;
	overflow: hidden;
	color:#FFF;
	padding-bottom: 20px;
}
#right #form-suscripcion{
	width:275px;
	margin:0 auto;
	color:#83cfd2;
}
#right .suscripcion P{
	font-family: 'Conv_ShadowsIntoLight';
	font-size:24px;
	color:#FFF;
	padding:15px 0px 5px 0px;
}
#right .suscripcion P SPAN{
	color:#aacb34;
}
#right #form-suscripcion INPUT[type='text'] {
	width:263px;
	margin-top:8px;
	padding:6px;
	color:#005155;
	background:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
}
#right #form-suscripcion INPUT[type='radio'] {
	margin:0px;
	padding:0px;
}
#right #form-suscripcion .action {
	margin-top:5px;
}
#right #form-suscripcion .action LI {
	float:left;
	padding:10px 3px;
}
#right #form-suscripcion LI.boton {
	padding:0px;
	float:right;
}
#right #form-suscripcion LI.boton INPUT {
	background:#aacb34;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
	color:#FFF;
	font-weight:bold;
	padding:8px 18px;
	cursor:pointer;
}



#right .buscador{
	background: #ffffff;
	color:#FFF;
	overflow:hidden;
	margin-top: 20px;
	padding-bottom: 20px;
}
#right #form-buscador{
	width:275px;
	margin:0 auto;
	color:#83cfd2;
}
#right .buscador P{
	font-family: 'Conv_ShadowsIntoLight';
	font-size:24px;
	color:#FFF;
	padding:15px 0px 5px 0px;
}
#right .buscador P SPAN{
	color: #83B53E;
}
#right #form-buscador INPUT[type='text'] {
	width:263px;
	margin-top:8px;
	padding:6px;
	color:#005155;
	background:#f1f1f1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
}
#right #form-buscador SELECT {
	width:275px;
	margin-top:8px;
	padding:6px;
	color:#005155;
	background:#f1f1f1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
}
#right #form-buscador INPUT[type='radio'] {
	margin:0px;
	padding:0px;
}
#right #form-buscador .action {
	margin-top:5px;
}
#right #form-buscador .action LI {
	float:left;
	padding:10px 3px;
}
#right #form-buscador LI.boton {
	padding:0px;
	float:right;
}
#right #form-buscador LI.boton INPUT {
	background:#aacb34;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:0;
	color:#FFF;
	font-weight:bold;
	padding:8px 18px;
	cursor:pointer;
}


#right .usuario{
	color: #ffffff;
	background-color: #aacb34;
	margin-top:18px;
	padding-top:9px;
	padding-bottom:12px;
	overflow:hidden;
}

#right .usuario p{
	padding-left: 20px;
}


#right .facebook{
	background: #3b5997;
	text-align: center;
	padding: 13px 0px 13px 0px;
}
/* ---------------------------------------------------- */
/* FOOTER */
#footer{
	width:100%;
	background:#079ea5;
	padding: 0px 0 50px 0;
	background-image:url(../images/barra_color_footer.gif);
	background-repeat:repeat-x;
	background-position:top center;
}
.footer{
	width:1000px;
	margin:0 auto;
	background: url(../images/barra_color_footer.gif) top left no-repeat;
	overflow: hidden;
}
.footer .info{
	margin:50px 0px 0px 40px;
}
.footer .info P {
	font-size:12px;
	line-height: 15px;
	font-weight:bold;
	margin:5px 0px 0px 0px;
	color:#FFF;
}
.footer .info UL{
	list-style-type: none;
	margin:30px 0px 0px 0px;
	padding:0px;
	width: 300px;
	float:left;
}
.footer .info UL LI {
	padding: 2px 0 2px 0;
	color: #FFF;
	font-size:13px;
	line-height: 16px;
}
.footer .info UL LI a{
	color: #FFF;
	text-decoration: none;
}

.footer .info UL LI a:hover{
color:#99ffff;
}

.hidden {
    display: none;
}

.container { width: 309px; height: 100px; overflow: hidden; }
.container img { width: 100%; }

.link{
	color:#079ea5;
	text-decoration:none;
}
.clear {
	clear:both;
	}
	
.tabla {
	}
	
.tit_celda {
	/*background-color: #f2f2f2;*/
	color: #666;
	padding: 5px !important;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
	border-top: #dfdfdf 1px solid;
	}
.tit_celda SPAN {
	background: #f2f2f2;
	display: block;
	padding: 5px 8px;
}

TR.top TD {
	border: 0px !important;
}

.celda {
	padding: 5px !important;
	border-top: #dfdfdf 1px solid;
	font-size: 11px;
	}	
.tit_admin {
	font-family: 'Conv_Arista2.0 light';
	font-size: 30px;
	padding: 15px 0 0 30px;
	color:#079ea5;
}
	