/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

BODY{
	background-color:#5C5C5C;
	color: #FFF;
	background-image:url(../images/bkg.png);
	background-position:center;
	background-repeat: repeat-y;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif, Helvetica, sans-serif;
}

p{
	line-height: 18px;
}

.separador{
	line-height: 1px;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.descripcionBlack{
	color: #353535;
}

.textoBlanco{
	color: #FFF;
}

.hdiv{
	display:none;
}

#contenedorFormulario{
	border: 1px dotted #CCC;
	padding: 5px;
	margin-top: 20px;
}

FORM label{
	float: left;
	width: 150px;
	margin-right: 5px;
	display: block;
}

FORM label.error{
	color: red;
	margin-left: 155px;
	float: none;
	width: auto;
	clear: both;
	display: block;
}

FORM input.inputText{
	border: 1px solid #666666;
	background-color:#FFFFFF;
	width: 300px;
	height: 30px;
	padding-left: 5px;
	line-height: 30px;
	color:#333333;
}

FORM textarea{
	border: 1px solid #666666;
	background-color:#FFFFFF;
	width: 300px;
	height: 200px;
	padding-left: 5px;
	line-height: 30px;
	color:#333333;
}

FORM div.contenedorBotonesForm{
	text-align: center;
	padding-top: 15px;	
	padding-bottom: 15px;
	clear: both;
	overflow: hidden;
}

FORM div.contenedorBotonesForm INPUT{
	height: 25px;
	text-align: center;
	width: 150px;
	float: right;
	margin-right: 50px;
	border:1px solid #333;
}

FORM DIV.contenedorInput{
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
}
/********************************************/
/* Header 									*/
/********************************************/

#header_wrapper{
	overflow: hidden;
	height: 105px;
	background-image:url(../images/header_wrapper_bkg.jpg);
	text-align: center;
}

#header_inner{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image:url(../images/header_inner_bkg.jpg);
	background-repeat: no-repeat;
	height: 106px;
	overflow: hidden;
}

#header_logo{
	float: left;
	width: 220px;
	overflow: hidden;
	padding: 14px;
}

#header_logo IMG{
	outline: none;
	border: none;
}

#header_menu{
	float: right;
	width: 550px;
	margin-top: 45px;
	margin-left: 0px;
	font-size: 13px;
	color: #999;	
}

#header_menu A{
	color: #999;
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
}

#header_menu A.active,
#header_menu A:hover{
	color: #353535;
}

/********************************************/
/* Cuerpo									*/
/********************************************/

#cuerpo_wrapper{
	background-image:url(../images/cuerpo_wrapper_bkg.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	text-align: center;
}

#cuerpo_inner{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#contenedorSlogan{
	text-align: left;
	padding: 25px 0;
	overflow: hidden;
	margin-bottom: 5px;
}

#contenedorSlogan h1{
	font-weight:normal;
	font-size:24px;
}

.promo{
	background-image:url(../images/promo.png);
	background-position:right;
	background-repeat: no-repeat;
	height: 280px;
}

.promo #promo ul{
	padding: 20px;
}

#promocion{
	display: none;
	float: right;
	width: 300px;
	height: 190px;
	background-color:#C00;
	border: 1px solid #c9c9c9;
	padding: 15px;
	margin-bottom: 10px;
}

#promocion h2{
	font-weight: normal;
	font-size:16px;
	border-bottom:1px solid #FF5353;
	margin-bottom: 10px;
}

#cuerpo_columnaIzquierda{
	float: left;
	display: inline;
	width: 540px;
	overflow: hidden;
}

#cuerpo_columnaDerecha{
	float: right;
	display: inline;
	width: 332px;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 5px;
}

#cuerpo_columnaDerecha P{
	line-height: 18px;
}

#contenedorMuestraTrabajos{
	padding: 10px;
	border: 1px solid #333;
	background-image:url(../images/contenedorMuestraTrabajos_b.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	background-color:#596A72;
}

#contenedorMuestraTrabajos_descripcion{
	margin-top: 10px;
	overflow: hidden;
	height: 40px;
}

#contenedorMuestraTrabajos_descripcion a.btnMuestraTrabajos_ver{
	float: right;
	display: inline;
	background-image:url(../images/btnMuestraTrabajoVer.jpg);
	width: 41px;
	height: 20px;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}

#contenedorMuestraTrabajos_descripcion a.btnMuestraTrabajos_ver:hover{
	background-position: 0px -20px;
}

#contenedorMuestraTrabajos_descripcion a.btnMuestraTrabajos_ver:focus{
	outline: none;
	border: none;
}

#contenedorMuestraTrabajos_botones{
	float: left;
	width: 70px;
	overflow: hidden;
}

#contenedorMuestraTrabajos_botones A{
	float: left;
	display: inline;
	margin-right: 5px;
	width:18px;
	height: 19px;
	background-image:url(../images/btnMuestraTrabajo.jpg);
	background-position: -19px 0px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	font-weight:bold;
}

#contenedorMuestraTrabajos_botones A.active,
#contenedorMuestraTrabajos_botones A:hover{
	background-position: 0px 0px;
}

#contenedorMuestraTrabajoTexto{
	float: left;
	width: 250px;
}

h4, #contenedorMuestraTrabajoTexto .titulo{
	height: 12px;
	overflow: hidden;
	margin-bottom: 5px;
}

#contenedorMuestraTrabajoTexto .descripcion{
	font-size: 10px;
}

#contenedorSitioDestacado IMG{
	border: 1px solid #CCC;
}

#contenedorSitioDestacado p{
	text-align: left;
	margin-top: 20px;
	
}

#contenedorNuestroTrabajo{
	margin-top: 25px;
	overflow: hidden;
}

#contenedorNuestroTrabajo p{
	text-align: left;
}

#contenedorNuestroTrabajoBotonera{
	margin-top: 15px;
	overflow: hidden;
	height: 64px;
}

#contenedorNuestroTrabajoBotonera A:focus{
	outline: none;
	border: none;
}

#contenedorNuestroTrabajoBotonera A{
	float: left;
	background-image:url(../images/btnNuestrosTrabajos.jpg);
	background-repeat:no-repeat;
	width: 120px;
	height: 64px;
} 

#contenedorNuestroTrabajoBotonera A#btnDiseno{
	width: 100px;
	background-position: 0px 0px;
}

#contenedorNuestroTrabajoBotonera A#btnDiseno:hover{
	background-position: 0px -64px;
}

#contenedorNuestroTrabajoBotonera A#btnProgramacion{
	width: 120px;
	background-position: -100px 0px;
}

#contenedorNuestroTrabajoBotonera A#btnProgramacion:hover{
	background-position: -100px -64px;
}

#contenedorNuestroTrabajoBotonera A#btnMaquetados{
	width: 111px;
	background-position: -220px 0px;
}

#contenedorNuestroTrabajoBotonera A#btnMaquetados:hover{
	background-position: -220px -64px;
}

#contenedorModalidadTrabajo{
	clear: both;
	margin-top: 25px;
	overflow: hidden;
}

#contenedorModalidadTrabajo ul{
	margin-top: 15px;
}

ul li{
	list-style-type:none;
	background:url(../images/icon_check2.png) 0 2px no-repeat;
	padding-left:20px;
	line-height:18px;
}

#contenedorModalidadTrabajo P{
	text-align: left;
}

h1{
	font-size: 20px;
}

#contenedorNoticias{
	margin: 5px 0;
	background-color:#666;
	overflow: hidden;
	padding: 10px;
	display: inline-block;
	font-size: 13px;
	color: #EEE;
}

#contenedorNoticias .noticia{
	border-bottom: 1px solid #999;
	overflow: hidden;
	margin-bottom: 10px;
	background-color:#3E3E3E;
	padding: 10px;
}


#contenedorNoticias .noticia_fecha{
	color: #999;
	margin-bottom: 5px;
}

#contenedorNoticias .noticia P{
	text-align: left;
}

#contenedorCuerpo_footer{
	clear: both;
	border-top: 1px solid #999;
	margin-top: 20px;
}

.contenedorInformacion{
	float: left;
	margin: 0 10px;
	margin-top: 10px;
	width: 130px;
	overflow: hidden;
}

.contenedorInformacion *{
	color: #999999;
	font-size: 13px;
}

.contenedorInformacion .contenedorInformacion_titulo{
	color: #EEE;
}

.copyright{
	float: right !important;
	width: 200px !important;
	text-align: right;
}

#footer{
	margin-top: 10px;
	background-image:url(../images/footer_bkg.jpg);
	height: 127px;
	background-repeat:repeat-x;
}

/***********************************************************/
/* Step Carrousel ******************************************/
/***********************************************************/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 513px; /*Width of Carousel Viewer itself*/
	height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 513px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#cuerpo_contenedorColumnas{
	clear: both;
	overflow: hidden;
}

#contenedorRespuestaForm{
	text-align: center;
	margin: 10px;
	padding: 5px;
	border: 1px dotted #FFFFFF;
	display: none;
}

#contenedorRespuestaForm SAMP.validate{
	color: #006600;
	font-weight: bold;
}

#contenedorRespuestaForm SAMP.error{
	color: red;
	font-weight: bold;
}

div#footer {
	overflow: hidden;
	text-align: center;
}

div#footer P{
	display: block;
	width: 900px;
	margin: 20px auto;
	text-align: right;
}

div#muestraImagenesAdmin IMG{
	background-color:#CC3300;
	padding:2px;
	margin:2px;
}

DIV#mygallery a{
	text-decoration: none;
}

DIV#mygallery a IMG{
	border: none;
}

DIV#contenedorGray{
	margin: 10px;
}

DIV.contenedorTrabajo{
	margin: 5px;
	padding: 5px;
}

DIV.contenedorTrabajo IMG{
	width: 100%;
	height: auto;
	padding: 2px;
	background-color:#FFFFFF;
	margin: 5px 0;
}

DIV.contenedorTrabajo A{
	margin-top: 5px;
	padding-left: 25px;
	color:#CCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	background-image:url(../images/url.png);
	background-repeat:no-repeat;
	background-color:#555;
	line-height: 20px;
	display: block;
	height: 20px;
}

DIV.contenedorTrabajo A:hover{
	color: #FFF;
	background-color:#444;
}

#presentation{
	margin-bottom: 40px;
	height: 130px;
}
	
	
