/* CSS Document */


/*** CUERPO_FOTOSONLINE****/
#contentwrapper.fotofondo,
#pies.fotofondo{
	background-color:#111;
	color:#eee;
	display:block;
}

#fotos h1{
	font-size:18px;
	color:#fc0;
	text-align:center;
	border-bottom:#900 2px solid;
	display:block;
	line-height:20px;
	padding-bottom:5px;
}
#fotos h2{
	padding-top:5px;
	text-align:center;
	font-size:14px;
	margin-bottom:12px;
}
#fotos p{
	text-align:center;
	font-size:12px;
}

#fotos_menu{
	float:left;
	width:160px;
	background-color:#333;
	border:#ccc 2px solid;
	overflow:hidden;
}
#fotos_menu li{
	font-size:12px;
	color:#fc0;
	font-weight:bold;
	padding-left:5px;
	border-left:#fc0 6px solid;
	margin:4px 0;
}
#fotos_menu li.sinlateral{
	border:none;
	margin-left:-10px;
}
#fotos_menu li a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fc0;
}
#fotos_menu li a:hover{
	color:#FC0;
	display:block;
	background-color:#900;
}
#fotos_menu ul{
	margin-left:20px;
}
#fotos_menu ul ul li{
	border:none;
}
#fotos_menu li.actual a{
	display:block;
	background-color:#900;
	color:#FC0;
}
#imagenes2{
	float:left;
	width:960px;
	height:auto;
	position:relative;
}

#galeria{
	margin:-20px 0 0 180px;
	width:760px;
	overflow:hidden;
}
#cartel{
	float:left;
	width:860px;
	margin:10px auto;
	padding:10px;
	border:#ccc 2px solid;
	background-color:#900;
	color:#fc0;
	font-size:18px;
	font-weight:bold;
	font-family:times;
	font-style:italic;
	text-align:center;
}
#textos{
	float:left;
	width:880px;
}
#col_izq{
	float:left;
	margin-right:10px;
	width:340px;
	padding:20px;
}
#col_izq p,
#col_izq a{
	font-size:16px;
	font-family:times;
	font-style:italic;
	text-align:left;
	line-height:20px;
	margin-bottom:20px;
}
#col_izq a{
	color:#FC0;
	text-decoration:none;
}
#col_izq a:hover{
	background-color:#900;
}

#col_der{
	float:left;
	margin-left:10px;
	width:440px;
	padding:20px;
}
#col_der h3{
	font-size:16px;
	color:#fc0;
	font-family:times;
	font-style:italic;
	margin-bottom:15px;
}
#col_der ul{
	list-style:disc;
	margin-bottom:15px;
}

#col_der li{
	margin-left:40px;
	font-size:12px;
	font-weight:bold;
}

#trabajos{
	float:left;
	width:880px;
	font-size:12px;
	text-align:center;
	line-height:15px;
	margin-bottom:20px;
}
#trabajos a{
	font-size:12px;
	text-decoration:none;
	color:#fc0;
	font-weight:bold;
}
#trabajos a:hover{
	background-color:#900;
	color:#FC0;
}

#galeria #slider1 {
    width: 690px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#galeria #slider1Content {
    width: 690px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#galeria .slider1Image {
    float: left;
    position: relative;
	display: none;
}
#galeria .slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 664px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#galeria .clear {
	clear: both;
}
#galeria .slider1Image span strong {
    font-size: 14px;
}
#galeria .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 380px;
}
#galeria .right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 390px;
}
#galeria ul { list-style-type: none;}

#ubicacion{
	margin:20px;
	float:left;
}
.recuadro{
	float:left;
	display:block;
	position:relative;
	border:#FC0 2px solid;
	padding:2px;
	margin:5px;
	width:110px;
	height:110px;
}
.clipout{
	position:relative;
	width:110px;
	height:110px;
}
.clipin{
	position:absolute;
	clip:rect(0px 110px 110px 0px);
	top:0px;
	left:0px;
}


