@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Anaheim);
html, body{
	height:100%;
}

body {
    /*text-align:center;*/
    font-family: 'Anaheim', sans-serif;
    font-size:14px;
    background:#000;
    color:#333333;
}

h1, h2, h3, h4, h5, h6{
	color:#FF7F00;
	font-weight:normal;
}

h1{
	font-size:25px;
}

ul{
	/*list-style:disc;
	padding-left:30px;*/
}

ul li{
	/*line-height:14px;*/
}

p{
    padding:5px 0px;
}
a:link {
	color: #804000 !important;
	text-decoration:none;
}

a:visited{
	color:#BC5900;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
.lang-wrap a:link, .lang-wrap a:visited{
	color:#FFBA00 !important;
	text-decoration:none;
}
.lang-wrap a:hover {
	text-decoration: underline;
}

em{
	font-style:normal;
    color:#F15A24;
}

object{
    margin: 0;
}

#home, #swf{
    height: 100%;
}

#skip-intro{
	position:absolute;
	top:10px;
	left:0px;
	width:100%;
	text-align:center;
	z-index:2;    
}


/*Clases Colores*/
.c_orange {color:#FF7F00;}
.c_white {color:#FFFFFF;}

/*Talleres*/
.taller {
	font-size:16px;
	color: #F15A24;
}

.taller a{
	text-decoration:none;
}

.dictado {
	font-size:11px; 
	margin: 9px 0 19px 0;
}

.inferior {
	float:left;
	font-size:11px;
	margin:0 25px 0 1px ;
}

.boton {
	float:left;
	font-size:11px;
	text-align:center;
	margin: 0 0 0 20px;
	background: #D83D0E;
	width: 71px;
	height: 14px;
	padding:2px 0 0 0;
	border-radius:30px;/*Borde boton*/
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-ms-border-radius: 30px;
}
.boton a{
	color: #FFFFFF !important;
	text-decoration:none !important;
}
.boton2 {
	margin: 0 auto;
	font-size:11px;
	text-align:center;
	background: #D83D0E;
	width: 71px;
	height: 14px;
	padding:2px 0 0 0;
	border-radius:30px;/*Borde boton*/
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-ms-border-radius: 30px;
}
.boton2 a{
	color: #FFFFFF !important;
	text-decoration:none !important;
}
.datos{
	float:right;
	margin:9px 0 19px 5px ;
	font-size:11px;
	list-style:none;
}
/*.datos li {
	text-transform:capitalize !important;
}*/



.cont_taller {
	float:left;
	margin:18px 0 16px 0 ;}
/*Fin Talleres*/


#skip-intro a{
    color: #F15A24;
}

#swf .alt{
    display: none;
}

/*#page{
   position: relative;
   height: 100%;
}*/

div#background{
	position:fixed;
	top:0px; left:0px;
	/*left:0px;*/
	z-index:1;
	width:100%;
	height:100%;
	display:none;
}

div#background img{
	display:none;
}

#wrapper{
    width:960px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px auto -20px;
    text-align:left;
    z-index:2;
}





/* Nuevos estilos ------------------------------*/
/*
|||||||||||||||||||||||||
|||||| Estilos Home |||||
|||||||||||||||||||||||||
*/

.border {
	border: 1px dashed red;

}



#header{
	width:100%;
	height:100px; 
	background:url(../images/newsite/fdo.jpg) repeat-x;
	display: block;
}
.f-left{ float:left; }
.f-right{ float:right; }

#newmenu{margin-left:160px;}

.button { 
	padding: 0; 
	margin-left:45px;
}
.button > li { 
	float: left;
}

.button li a { 
	font-size:16px; 
	text-decoration: none; 
	 display: block;
	padding: 49px 14px 30px 14px; 
	color: #FFF !important; 
	/*background:#093; 
	opacity: 0.5 */
}
.button li a:hover { 
	color: #FF9300 !important;
	background: #141414;

}
.button li a.row-menu:hover  { 
	color: #FF9300 !important;
	background: #141414 url(../images/newsite/row-menu.png) no-repeat center;
}
.button li > ul li a {
	font-size: 14px !important;
	text-align: center;
}
.button li > ul {
	display: none;
	width: 180px;
	margin: 0 0 0 5px;
	position: absolute;
	z-index: 9999;
}
.button li > ul.sub-adjustment {
	margin: 0 0 0 -28px;
}
.button li > ul li a {
	background: #313131;
	height: 26px !important;
	border-bottom: 1px #1f1f1f solid;
	padding: 14px 0 0 0;
}
.button li > ul li:last-child {
	border-bottom: 1px #000 solid;
}

.button li:hover > ul {
	display: block;
}

.lang-wrap {
	width: 960px;
	margin: 0 auto;
	display: block;
	position: absolute;
	text-align: right;
	padding: 5px 0 0;
}
.lang{
	top:0px;
	right:0px;
	text-align:right;
	padding-right:10px;
}
.lang span {
	color: #f5f5f5;
	padding: 0 3px;
	font-size: 11px;
}
.row-menu {
	background: url(../images/newsite/row-menu.png) no-repeat center;
	padding-top:50px;
}
.TwoCol {
	width: 48.8%;
}
.TwoCol-mini {
	width: 48%;
}


/* ****** ACTUALIDAD - HOME  ************ */
h3 {
	font-size: 20px;
	color: #FF7F00;
	margin: 6px 0;
}
h4 {
	font-size: 13px;
	color: #666666;
}
#mainHome ul {
	padding: 0 !important;
	list-style: none !important;
}
ul.wrap, ul.wrap-mini {
	margin-top: 10px !important;
}
.wrap li {
	display: table;
	height: 100%;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 20px;
}
.thumb-act {
	display: block;
	float: left;
	margin-right: 12px;
	width: 140px;
	height: 80px;
}
.thumb-act img{
	max-width: 140px;
	height: auto;
}
.thumb-act .clip {
	width: 140px;
	height: 80px;
	overflow: hidden;
}
.contenido-act {
	display: block;
	padding-bottom: 20px;
	float: left;
	width: 295px;
}
.contenido-act .fecha {
	font-size: 12px;
	line-height: 12px;
}
.actualidad-tag {
	background: #CCCCCC;
	float: right;
	padding: 1px 8px 0 8px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	text-transform: uppercase;
	color: white;
	text-align: center;
}
.leer-mas {
	text-align: right;
	display: block;
	width: 100%;
	clear: both;
}
.leer-mas a {
	color: #804000;
	text-decoration: none;
	background: url(../images/newsite/read-more.png) right center no-repeat;
	padding-right:  14px;
	margin-right: 5px;
}
.leer-mas a:hover {
	text-decoration: underline;
}
/* ****** FIN ACTUALIDAD - HOME  ************ */

/* ****** PROYECTOS  AUDIVISUALES ****** */
.thumb-proy {
	display: block;
	margin-bottom: 12px;
	width: 220px;
}
.thumb-proy img {
	max-width: 220px;
	height: auto;
}
.thumb-proy .clip {
	width: 220px;
	height: 110px;
	overflow: hidden;
}
.contenido-proy {
	padding-bottom: 15px;
}
.contenido-proy .leer-mas {
	margin-top: 8px;
}
.line {
	border-bottom: 1px solid #E6E6E6;
	width: 100%;
	margin: 2px 0 10px 0;
	display: block;
}
.wrap-mini li {
	display: table;
	height: 100%;
	margin-bottom: 10px;
}
/* ****** FIN PROYECTOS  AUDIVISUALES ****** */

/* ****** GALERIAS ****** */
.galeria-home h3 {
	margin-bottom: 20px !important;
}
.galeria-home ul li{
	float: left;
	display: block;
	margin-right: 25px;
	*margin-right: 18px;
	margin-right: 15px\0/;
	margin-bottom: 25px;
}
.galeria-home ul li:last-child {
	margin-right: 0;
}
.galeria-home .clip {
	width: 132px;
	height: 132px;
	overflow: hidden;
}
.galeria-home ul li a img{
	max-width: 132px;
	cursor: pointer;
}

/* ****** FIN GALERIAS ****** */

/*
|||||||||||||||||||||||||||||||||||||||
|||||| Estilos Secciones Internas |||||
|||||||||||||||||||||||||||||||||||||||
*/

.migas {
	margin: 20px 0 0 18px;
}
#mainHome #redes-seccion {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
#mainHome #contentSocial{
	margin-top: 12px;
	*margin-top: 24px;
}

#contentSocial{
	float: right;
	display: table;
	height: 50px;
	margin-top: 15px;
	margin-right: 5px;
	clear: both;
}

#contentSocial > div{
	display: table-cell;
	/*vertical-align: middle;*/
}

#contentSocial ul{
	display: inline;
}

#contentSocial ul li{
	float: left;
}
#mainHome #contentSocial ul li {
	opacity: 1;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	 filter: alpha(opacity=100);
}
#contentSocial ul li{
	background:url(../images/newsite/listsocials.png) 0 50% no-repeat;
	margin-right: 10px;
	padding-left: 20px;
	height: 24px;
	display: table;
	opacity: 0.2;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	 filter: alpha(opacity=20);
}
#contentSocial ul li:first-child {
	background:none;
}
#mainHome #contentSocial a{
	opacity: 1 !important;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	 filter: alpha(opacity=100);
}
#mainHome #contentSocial a:hover{
	opacity: 0.5 !important;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	 filter: alpha(opacity=50);
}
#contentSocial a{
	display: table-cell;
	vertical-align: middle;
}
#contentSocial a:hover{
	text-decoration: none;
	opacity: 0.4;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	 filter: alpha(opacity=40);
}

/* Tabs Perfiles */
#tabs {
	width: 600px;
	border: 1px solid #ACACAC !important;
}
#tabs ul{
	width: 500px;
}
#tabs li.ui-tabs a{
	color: #fff !important;
}
#tabs li, #tabs ul li a {
	color: #333333 !important
}
#tabs li span, #tabs .tit{
	color: #FF7F00 !important
}
#tabs .date{
float: left;
clear: both;
}
#tabs ul.ui-tabs-nav li.ui-tabs-active {
	background: #FF7F00 !important;
}
/* Fin Tabs Perfiles */



/* Fin Nuevos estilos ------------------------------*/




/* Content Bar */
#right{
	padding:0;
	background-color:#F2F2F2;
	display: block;
	/*background: url("../images/mkt/bg-cnotenido.jpg") center top no-repeat;*/
}



/*#right h3{
	font-weight:normal;
	color:#F15A24;
	padding:5px 0px;
}*/

#fotografias_wrapper{
    padding:0px;
    width:100%;
    overflow:hidden;
}

div.album{
	background: url("../images/fotografias.gif");
}

div.album a{
    display: block;
    padding: 20px;
    width: 80px;
    height: 80px;
    color: #F15A24;
    text-align: center;
}

h2{
    margin: 10px 0;
    font-size: 24px;
    height: 80px;
    font-weight: normal;
}

h2#quienes{
    background: url("../images/quienes.png") right center no-repeat;
}

h2#contacto{
    background: url("../images/contacto.png") right center no-repeat;
}

h2#servicios{
    background: url("../images/servicios.png") right center no-repeat;
}

h2#fotografias{
    background: url("../images/fotografias.png") right center no-repeat;
}

h2 span{    
    display: none;
}
div.content-section{
	/*padding: 30px 15px 50px 15px;*/
	padding: 0 15px 50px 15px;
	overflow: auto;
	width: 97%;
	clear: both;
	background: url("../images/newsite/bg_simbolo.png") right top no-repeat;
}

div.content-section ul{
	list-style:disc;
	padding-left:30px;
}

/*div.content-section ul li{
	line-height:20px;
}*/

div.content-section ul.clean{
	list-style:none;
	padding:10px 0px;
}

div.content-section ul.list{
	list-style:none;
	padding:0px;
}

div.content-section ul.list li{
    float:left;
    margin:0px 20px 20px 0px;
    width:120px;
    padding:5px;
    /*border:1px solid #F15A24;*/
}

div.content-section div.item{
	padding:20px 0px 20px 20px;
}

div.content-section div.credits{
	padding-top:15px;
	text-align:center;
	font-size:11px;
}

form{
    margin: 0;
}

form label{
	display: block;
}

form input{
	background: #CECECE !important;
	padding: 10px 5px;
	background: #333;
	border: none;
	color: #333;
}

form textarea{    
	padding: 10px 5px;
	background: #CECECE !important;
	color: #333;
	border: none;
	resize: none;
}

#form_submit_btn{
	padding: 5px;
	margin: 0 0 0 210px;
	background: #FF9300 !important;
	border: none;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
#form_submit_btn:hover {
	background: #666666 !important;

}

div.push{
	clear:both;
	height:20px;
}

div#footer{
	width: 960px;
	margin: 0 auto;
	font-size:14px;
	text-align:left;
	color:#F2F2F2;
	margin-top: 10px;
}
.footer-Cont {
	height:20px;
}
.img_container {
	padding: 5px;
	display: table;
	border:1px solid #F15A24;
}

.img_container_gal_novedades {
	padding: 5px;
	border:1px solid #F15A24;
}

.box_bg{
	background:url(../images/black_box.png);
	display:none;
	position:absolute;
	position:fixed;
	_position:absolute;/*ie6*/
	margin:0; padding:0;
	width: 100%; height: 100%;
	z-index:999999;
	top:0%; left:0%;bottom:0%; right:0%;
	}
.box_top{
	display:none;
	position:absolute;
	margin:0; padding:0;
	width: 100%; height: 100%;
	z-index:9999999;
	top:0%; left:0%;bottom:0%; right:0%;
	}
#taller_bg{
	
	width: 320px;
	margin: 10% auto 0 auto;
	
}

#taller_bg .title {
	background:url(../images/lightbox_img.png) repeat-x;
	padding: 4px 0;
	font-size: 16px;
	font-weight: bold;
}
.close_btn{
	margin-right:10px;
	font-size:14px;
	font-weight:normal;
	}
.close_btn a{
	color:#fff;
	}
	
.bg_box{
	background:black;
	border:1px solid #a32b00;
}

.border_radius {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.background {
background:url(../images/lightbox_img.png) repeat-x;
}

.socialact {
	padding:15px 10px 0 0;
	float:left;
}

#breadcrumbs{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
}

.migas a, .migas a:link , .migas span{
	color: #999999 !important;
}

#migas a:hover{
	text-decoration: none;
}