body{
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#444;
	background:#FFF url(../img/bg-page.png) repeat-x;
}
a{
	color:#444;
}
a:hover{
	color:#C9282D;
}
a img{
	border:0;
}
/* ******************
	CONTAINERS
********************* */
#background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.bg1{
	background: url(../img/bg-header-home.png) no-repeat center top;
}
.bg2{
	background: url(../img/bg-header-equipo.png) no-repeat center top;
}
.bg3{
	background: url(../img/bg-header-contacto.png) no-repeat center top;
}
.bg4{
	background: url(../img/bg-header-portfolio.png) no-repeat center top;
}
#container{
	width:900px;
	margin:0 auto;
}
/* ******************
	HEADER
********************* */
#header{
	width:900px;
	height:150px;
	float:left;
}
#header h1 a{
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:30px;
	width:155px;
	height:95px;
	background: url(../img/logo.gif) no-repeat;
}
/* ******************
	MENU
********************* */
#menu{
	float:right;
	position:relative;
	width:150px;
	top:60px;
	font-weight:bold;
	text-transform:lowercase;
	font-size:14px;
}
#menu ul li{
	text-align:right;
	padding:0 0 9px 0;
}
#menu ul li a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#menu ul li a:hover{
	color:#333;
}
#menu ul li .active{
	color:#C9282D;
}
/* ******************
	FOOTER
********************* */
#footer{
	width:900px;
	padding:10px 0;
	margin:10px 0 0 0;
	float:left;
	border-top:1px solid #EFEFEF;
}
#footer a{
	color:#CCC;
	text-decoration:none;
}
#footer a:hover{
	color:#C9282D;
}
#footer address{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-align:right;
	color:#CCC;
}
/* ******************
	CENTER
********************* */
#center{
	width:900px;
	min-height:380px;
	float:left;
	position:relative;
	background:#FFF;
}
.box-1{
	margin:0 20px;
}
/* ******************
	CENTER > txts
********************* */
.p14{
	font-size:14px;
	line-height:20px;
	margin-bottom:9px;
}
.p16{
	font-size:16px;
	line-height:22px;
	margin-bottom:9px;
}
.p18{
	font-size:18px;
	line-height:24px;
	margin-bottom:9px;
}
/* ******************
	PORTFOLIO > ingreso home
********************* */
ul.portfolio-ingreso-home {
	margin:0 0 0 20px;
}
ul.portfolio-ingreso-home li {
	margin: 0 10px 0 0;
	float:left;
	display:inline;
}
/* ******************
	PORTFOLIO > ingreso
********************* */
ul.portfolio-ingreso {
	margin:0 0 0 20px;
}
ul.portfolio-ingreso li {
	margin: 0 10px 0 0;
	float:left;
	display:inline;
}
ul.portfolio-ingreso li a{
	display:block;
	border:2px solid #CFC202;
}
ul.portfolio-ingreso li a:hover{
	border-color:#C9282D;
}
/* ******************
	PORTFOLIO > interior top
********************* */
.portfolio-top{
	width:900px;
	height:60px;
	float:left;
}
.portfolio-top h2{
	display:block;
	position:relative;
	top:25px;
	left:20px;
	float:left;
	font-size:16px;
	color:#C9282D;
}
ul.submenu {
	display:block;
	position:relative;
	top:25px;
	right:20px;
	float:right;
	font-size:12px;
}
ul.submenu li{
	display:inline;
	padding:0 0 0 20px;
}
ul.submenu li a{
	color:#666;
	text-decoration:none;
}
ul.submenu li a:hover{
	color:#111;
}
ul.submenu li a.active{
	color:#C9282D;
}
/* ******************
	PORTFOLIO > interior galeria
********************* */
.informacion{
	display:block;
	height:50px;
	margin:0 0 10px 0;
	padding:5px 0 0 30px;
	background:#CFC202 url(../img/misc.gif) no-repeat top left;
	font-size:12px;
	color:#FFF;
}
.informacion em{
	padding-left:30px;
	font-style:normal;
}
.informacion small{
	font-size:10px;
	text-transform:uppercase;
	color:#8B8010;
}
.informacion a{
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	background-color:#8B8010;
	padding:2px 5px;
	position:absolute;
	top:405px;
	right:10px;
}
.informacion a:hover{
	color:#8B8010;
	background-color:#FFF;
}
/* ******************
	CENTER > RRHH > columna central
********************* */
.center-col{
	width:900px;
	float:left;
}
.center-col .informacion{
	display:block;
	padding:10px 30px 15px;
	background:#CFC202 url(../img/misc.gif) no-repeat top left;
	color:#111;
}
.center-col .informacion h3{
	font-size:14px;
}
/* ******************
	CENTER > RRHH > 2 columnas
********************* */
.col-izq{
	padding:0 0 0 30px;
	width:400px;
	float:left;
	display:inline;
}
.col-der{
	width:430px;
	float:right;
	display:inline;
}
/* ******************
	CENTER > RRHH > lista
********************* */
.center-col ul{
	margin:9px 0 18px 0;
}
.center-col ul li{
	list-style: none;
	background: url(../img/bullet-1.gif) left 6px no-repeat;
	padding-left: 12px;
	margin:0 0 9px;
}
/* ******************
	HOME > resumen
********************* */
.resumen{
	display:block;
	height:60px;
	margin:0 100px 0 0;
	padding:5px 0 0 20px;
	font-size:12px;
}
.resumen small{
	font-size:10px;
	text-transform:uppercase;
	color:#C9282D;
}
/* ******************
	EQUIPO
********************* */
ul.equipo {
	width:870px;
}
ul.equipo li {
	margin: 0 10px 10px 0;
	padding: 0;
	float:left;
	display:inline;
}

ul.equipo li a{
	display:block;
	width:131px;
	height:186px;
	border:2px solid #CFC202;
	text-indent:-9999px;
}
ul.equipo li a:hover{
	border-color:#C9282D;
}
/* vale */
ul.equipo li a.vale{
	background:url(../img/equipo/foto-vale.gif) no-repeat;
}
ul.equipo li a.vale:hover{
	background:url(../img/equipo/foto-vale-2.gif) no-repeat;
}
/* lucia */
ul.equipo li a.lucia{
	background:url(../img/equipo/foto-lucia.gif) no-repeat;
}
ul.equipo li a.lucia:hover{
	background:url(../img/equipo/foto-lucia-2.gif) no-repeat;
}
/* luciano */
ul.equipo li a.luciano{
	background:url(../img/equipo/foto-luciano.gif) no-repeat;
}
ul.equipo li a.luciano:hover{
	background:url(../img/equipo/foto-luciano-2.gif) no-repeat;
}
/* lore */
ul.equipo li a.lore{
	background:url(../img/equipo/foto-lore.gif) no-repeat;
}
ul.equipo li a.lore:hover{
	background:url(../img/equipo/foto-lore-2.gif) no-repeat;
}
/* kity */
ul.equipo li a.kity{
	background:url(../img/equipo/foto-kity.gif) no-repeat;
}
ul.equipo li a.kity:hover{
	background:url(../img/equipo/foto-kity-2.gif) no-repeat;
}
/* sol */
ul.equipo li a.sol{
	background:url(../img/equipo/foto-sol.gif) no-repeat;
}
ul.equipo li a.sol:hover{
	background:url(../img/equipo/foto-sol-2.gif) no-repeat;
}
/* gi */
ul.equipo li a.gi{
	background:url(../img/equipo/foto-gi.gif) no-repeat;
}
ul.equipo li a.gi:hover{
	background:url(../img/equipo/foto-gi-2.gif) no-repeat;
}
/* figo */
ul.equipo li a.figo{
	background:url(../img/equipo/foto-figo.gif) no-repeat;
}
ul.equipo li a.figo:hover{
	background:url(../img/equipo/foto-figo-2.gif) no-repeat;
}
/**/
ul.equipo li.frases{
	display:block;
	background:url(../img/equipo/bg-frases.gif) no-repeat;
	width:470px;
	height:115px;
	padding:50px 40px 0 60px;
	font-size:14px;
	line-height:24px;
}
ul.equipo li.frases strong{
	color:#C9282D;
}
/* ******************
	VIDEOS
********************* */
ul.videos {
	width:290px;
	height:405px;
	float:left;
	background: url(../img/bg-videos.gif) no-repeat;
}
ul.videos li {
	margin: 0 5px 5px 0;
	padding: 0;
	float:left;
	display:inline;
}

ul.videos li a{
	display:block;
	width:61px;
	height:91px;
	border:2px solid #DEDEDE;
}
ul.videos li a:hover{
	border-color:#C9282D;
}
ul.videos li a.active{
	border-color:#CFC202;
}
.player {
	width:570px;
	height:395px;
	float:left;
	background-color:#EFEFEF;
}
/* ******************
	CONTACTO
********************* */
.direccion{
	display:block;
	float:left;
	width:840px;
	margin:0 0 10px 0;
	padding:10px 30px 15px;
	background:#CFC202 url(../img/misc.gif) no-repeat top left;
	font-size:14px;
	color:#FFF;
}
/* ******************
	CONTACTO > Slideshow Simple
********************* */
.slideshow-simple{
	width:900px;
	height:300px;
	overflow:hidden;
	float:left;
}
.slideshow-corto{
	width:900px;
	height:200px;
	overflow:hidden;
	float:left;
}
.slideshow-simple ul.ppt, .slideshow-corto ul.ppt{
	position:relative;
}
.slideshow-simple ul.ppt li, .slideshow-corto ul.ppt li{
	position:absolute;
	top:0;
	left:0;
}