/*CSS Document*/
/*
Coded by: Isaac L.A.
isaacluz.com
*/
* {
	outline: none;
}
HTML, BODY {
	width: 100%;
	height: 100%;
}
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#E9E9E9;
	background-image:url(../layout/bgnd.jpg);
	background-attachment:fixed;
}
BODY, TD, TH {
	font-family: Arial, Helvetica, sans-serif;
}
/*intro***************************************/
#intro {
	width: 100%;
	height:100%;
	/**/
	color:#CCCCCC;
	font-size:9px;
}
#intro a:link {
	color:#2C6379;
	text-decoration:none;
}
/*main***************************************/
#main {
	border: 1px solid #000;
}
/*header***************************************/
#menu_top {
	margin-right:20px;
}
#menu_top a {
	color: #730800;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #000000;
}
#menu_top A:hover {
	color: #333;
}
#menu_top A.last {
	border: none;
}

/*up *******************************************/
#up {
	width: 980px;
	height: 320px;
	padding-bottom: 12px;
	background-image: url(../layout/up_bgnd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #000;
	color: #666;
	overflow: hidden;
}
/*contenido menu **************************************/
#menu {
	width: 213px;
	background-color: #E7E7E7;
	background-image: url(../layout/menu_bgnd.jpg);
	background-repeat: repeat-y;
}
#menu #top {
	height: 38px;
	background-image: url(../layout/menu_top.jpg);
	color: #730800;
	line-height: 38px;
	padding-left: 80px;
	font-weight: bold;
}
#menu #lista {
	width: 170px;
	margin-left: 43px;
}
#menu #lista A {
	height: 30px;
	display: block;
	background-color: #878787;
	background-image: url(../layout/btn_bgnd.jpg);
	line-height: 30px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding-left: 30px;
}
#menu #lista A:hover {
	color: #730800;
	background-image: none;
}
/*contenido **************************************/
#contenido {
	background: #E6E6E6;
}
/*resultados *************************************/
#resultados {
	width: 766px;
	border-left: 1px solid #FFF;
}
#resultados #content {
	padding-bottom: 20px;
}
#resultados #top {
	height: 38px;
	background-image: url(../layout/content_top.jpg);
	background-repeat: no-repeat;
	color: #730800;
	line-height: 38px;
	padding-left: 80px;
	font-weight: bold;
	background-color: #EDEDED;
}
#resultados #resultado {
	color: #666666;
	width: 170px;
	font-size: 10px;
}
#resultados #resultado #thumb {
	display: block;
}
#resultados #resultado DIV {
	padding-left: 10px;
	display: block;
}
#resultados #resultado #marca {
	background-image: url(../layout/flecha.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}
#resultados #resultado #verdetalles A {
	color: #730800;
	text-decoration: none;
}
#resultados #resultado #verdetalles A:hover {
	color: #F00;
}
/*detalle *****************************************/
#detalle {
	position:relative;
	width: 766px;
	height: 430px;
	background-color: #D8D8D8;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-image: url(../layout/detalle_bgnd.jpg);
	background-position: 0 38px;
	background-repeat: repeat-x;
}
#detalle #top {
	height: 38px;
	background-image: url(../layout/content_top.jpg);
	background-repeat: no-repeat;
	color: #730800;
	line-height: 38px;
	padding-left: 80px;
	font-weight: bold;
	background-color: #EDEDED;
}
#detalle #back {
	position: absolute;
	left: 0;
	height: 32px;
	width: 90px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
#detalle #back:hover {
	color: #730800;
}
#detalle #imagenes {
	position: absolute;
	left: 87px;
	width: 390px;
	text-align: justify;
	background-color: #D7D7D7;
}
#detalle #imagenes IMG {
	border: none;
}
#detalle #imagenes #thumbnails IMG {
	margin-right: 3px;
	margin-top: 3px;
}
#detalle #imagenes #thumbnails #tip {
	padding-top: 3px;
	color: #730800;
	font-size: 10px;
}
#detalle #info {
	position: absolute;
	left: 495px;
	width: 255px;
	height: 370px;
	text-align: justify;
}
#detalle #info #nombre {
	height: 32px;
	color: #730800;
	font-weight: bold;
	line-height: 32px;
	overflow: hidden;
}
#detalle #info #detalles {
	color: #444444;
	font-size: 12px;
	margin-top: 15px;
}
/*citas *****************************************/
#citas {
	color: #730800;
	font-size: 12px;
	font-weight: bold;
	height: 365px;
	width: 980px;
	/**/
	background-color: #EEEEEE;
	background-image: url(../layout/contacto_bgnd.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#citas #texto {
	position: absolute;
	width:280px;
	top: 90px;
	left: 101px;
	text-align: center;
	line-height: 16px;
}
#citas #texto P {
	margin-bottom: 41px;
}
#citas #texto a:link {
	text-decoration:none;
	color:#333;
}
#citas #forma {
	position: absolute;
	left: 516px;
	top: 70px;
}
#citas #forma TABLE TD {
	padding: 4px;
	text-align: right;
	vertical-align: middle;
}
#citas INPUT, #citas TEXTAREA, #citas SELECT {
	border: 1px solid #000000;
	background-color: #EBEBEB;
	font-size: 11px;
	width: 253px;
}
#citas TEXTAREA {
	height: 73px;
}
#citas .reset {
	width: 118px;
	height: 21px;
	background: url(../layout/contacto_reset.jpg);
	border: none;
}
#citas .submit {
	width: 118px;
	height: 21px;
	background: url(../layout/contacto_submit.jpg);
	margin-left: 10px;
	border: none;
}
#citas .reset:hover, #citas .submit:hover {
	/*+opacity:70%;*/
	filter: alpha(opacity=70);
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*noticias****************************************/
#noticias {
	padding: 20px;
	font-size: 12px;
}
#noticia {
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding: 5px;
	cursor: pointer;
}
#noticia .contenido {
	background: #E9E9E9;
	padding: 3px;
}
/*login ***********************************/
#login {
	background: url(../layout/login.jpg);
	width: 980px;
	height: 320px;
}
#login #forma {
	position: relative;
	
	top: 181px;
	left: 658px;
	/*[disabled]border:1px solid #710900;*/
	width: 172px;
	height: 88px;
	padding: 0px;
}
#login #forma TABLE {
	margin-top: 13px;
}
#login #forma TABLE TD {
	padding: 2px;
	text-align: right;
	font-size: 8pt;
	color: #FFFFFF;
}
#login #forma INPUT {
	font-size: 8pt;

	padding: 0;
	color: #1A1A1A;
	font-size: 10px;
	width: 75px;
}
#login #forma #button {
	background: #565656;
	color: #FFFFFF;
	border: none;
	width: 45px;
}
/*footer & cr *************************************/
#footer {
	background-image:url(../layout/footer_bgnd.jpg);
	height:53px;
}
#cr {
	color: #710900;
	font-size: 10px;
	height: 40px;
}
/*clases *****************************************/
.rojoBold {
	color: #730800;
	font-weight: bold;
}
.hidden {
	display: none;
}
.error {
	background: #ECBEBB;
	text-align: center;
	border: 1px dashed #710900;
}

/*slideshows *****************************************/

ul.slideshow {
    list-style:none;
    width:980px;
    height:320px;
    overflow:hidden;
    position:relative;
    margin:0;
    padding:0;
     
}   
 
ul.slideshow li {
    position:absolute;
    left:0;
    right:0;
}
 
ul.slideshow li.show {
    z-index:500;    
}
 
ul img {
    border:none;    
}
 
#slideshow-caption {
    width:980px;
    height:60px;
    position:absolute;
    bottom:0;
    left:0; 
    color:#fff;
    background:#000;
    z-index:500;
}
 
#slideshow-caption .slideshow-caption-container {
    padding:5px 10px;   
    z-index:1000;   
}
 
#slideshow-caption h3 {
    margin:0;
    padding:0;  
    font-size:14px;
}
 
#slideshow-caption p {
    margin:5px 0 0 0;
    padding:0;
}
