@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}
#top {
	clear: both;
	float: left;
	width: 920px;
	height: 25px;
	text-align: right;
}

#col_iz {
	float: left;
	width: 350px;
	background-color: #F2F7E0;
	height: 645px;
}
.tit {
	font-size: 36px;
	color: #669900;
}

#col_der {
	float: right;
	width: 570px;
	background-color: #F2F7E0;
	padding-top: 10px;
	padding-bottom: 15px;
	height: 620px;
}
#sobre_vg {
	width: 350px;
	clear: both;
	float: left;
	margin-top: 10px;
}
.tit_sobre {
	background-image: url(img/bg_sobre_vg.jpg);
	height: 29px;
	width: 287px;
	padding-left: 40px;
	margin-left: 10px;
	clear: both;
	float: left;
	color: #FFFFFF;
}
.cont_sobrevg {
	float: left;
	width: 327px;
	margin-left: 10px;
	clear: both;
	color: #333333;
	font-size: 14px;
	text-align: left;
	padding-bottom: 15px;
}


#cont_med {
	background-image: url(img/cont_med.jpg);
	background-repeat:   repeat;
	clear: both;
	float: left;
	width: 570px;
	height: 545px;
}
#cont_botton {
	background-image: url(img/cont_botton.jpg);
	clear: both;
	float: left;
	height: 20px;
	width: 570px;
}


#postal {
	background-image: url(img/postal.jpg);
	clear: both;
	float: left;
	width: 337px;
	height: 451px;
	padding-top: 10px;
	padding-left: 13px;
}
#titulo {
	clear: both;
	float: left;
	width: 555px;
	padding-left: 15px;
}
#cont_top {
	background-image: url(img/cont_top.jpg);
	width: 570px;
	clear: both;
	float: left;
}




#contenedor {
	text-align: left;
	margin: auto;
	width: 920px;
}

/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {
	width:492px;
	height:94px;
	background:#EBE2E5;
	display:block;
	position:relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.margen_cont {
	padding-left: 35px;
}

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{
	position:relative;
	overflow:hidden;
	width:442px;
	height:90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border:1px #333333 solid; }

/* EL OTRO SOL */

#gallery_container2 {
	width:492px;
	height:94px;
	background:#EBE2E5;
	display:block;
	position:relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.margen_cont {
	padding-left: 35px;
}

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container2{
	position:relative;
	overflow:hidden;
	width:442px;
	height:90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* the thumbnails container */
#thumbs2 { white-space:nowrap; display:block; position:relative; }

#thumbs2 a { padding:0px; margin:0px; }
#thumbs2 a img{ border:1px #333333 solid; }


/* FIN EL OTRO SOL */

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; right:0px; background:url(images/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; left:0px; background:url(images/gallery_back.jpg) no-repeat;  }
/* thumbnail slider end */

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* Sample 4*/
#box4{
	position:absolute;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
#box4 div{
	width:480px;
	height:180px;
	float:left;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	color: #669900;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 14px;

}
#box4 img{
	width:200px;
	width:150px;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

.mask3{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
	left: 25px;
	
}

.sample{
	margin-top: 4px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 30px;
	padding-left: 30px;
}

.buttons{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #CCCCCC;
}
table {
	margin-right: 6px;

}

.buttons span{
	color:#0066CC;
	padding:0 5px;
	cursor:pointer;
	font:10px Verdana
}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}
/*  FIN SAMPLE 4 */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

	
.LV_invalid {
	color:#CC0000;
}
    
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
	background-color: #FFCCCC;
}


/* fin formulario validacion*/
input {
	border: 1px solid #0099FF;
}
textarea {
	border: 1px solid #0099FF;
}
#footer {
	clear: both;
	float: left;
	width: 915px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
