body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	width:750px;
	margin:0 auto;
	background-color: #EDA900;
	}

a{
	color:#666;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	color: #7D9444;
	}

img {
	border: 0px solid #FFF;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7D9444;
	text-align: left;
	font-weight: bold;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	line-height: 16px;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;
	}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	padding: 5px;
	background-color: #FFE9B9;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;	
	}	
	
ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(pix/camara-1.gif);
	}	
	
hr {
	border-top: 1px dashed #666;
	}
	
/*span {
	line-height: bold;
	color: #666666;
	}
		
#centrado{
	width:775 px;
	margin-left:auto;
	margin-right:auto;
	}	*/

#header {
	width: 780px;
	height: 320px;
	clear: none;
	float: left;
	border-top: 3px solid #7D9444;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #FFFFFF;
	}

#menu {
	width: 780px;
	float:left;
	clear:left;
	background-color: #D1DDB5;
	padding: 5px 0;
	border-bottom: 1px dashed #666;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F5D2A;
	text-align: left;
    }

#content {
	width: 760px;
	padding: 10px;
	clear: none;
	float: left;
	background-color: #FFFFFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	}

#columnacentral{
	width:750px;
	float:left;
	clear:none;
	height: 100%;
	}

#columnaizquierda{
	width:375px;
	float:left;
	clear:none;
	height: 100%;
	}

#columnaderecha{
	width:375px;
	float:right;
	clear:right;
	height: 100%;
	}

#columnaservicios{
	margin-left: 25px;
	width:450px;
	float:left;
	clear:none;
	height: 100%;
	}
	
#columnafotos{
	width: 250px;
	float:right;
	clear:right;
	height: 100%;
	}

.columna{
	float:right;
	clear:left;
	width: 240px;
	margin-right: 10px;
	}
	
.columnita{
	float:right;
	clear:left;
	width: 160px;
	margin-right: 10px;
	}	

.renglon{
	height: 105px;
	}

.renglonlinea{
	border-bottom: 1px dashed #666;
	height: 105px;
	}		
	
.nota {
	width:365px;
	padding: 5px;
	background-color: #FFE9B9;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;	
	}	
	
.nota100 {
	width:100%;
	padding: 5px;
	background-color: #FFE9B9;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;	
	}
		
.logo{
	float:left;
	clear:right;
	margin-top: 12px;
	}

.foto{
	border: 1px solid #7D9444;
	float:none;
	clear:none;
	margin: 5px 0;
	}
	
.fotoleft{
	border: 1px solid #7D9444;
	float:left;
	clear:left;
	margin: 2px 5px 2px 0;
	}
	
.fotoservicios{
	border: 1px solid #7D9444;
	float:left;
	clear:left;
	width: 120px;
	margin: 2px 5px 2px 0;
	}	

.pdf{
	float:left;
	clear:left;
	height: 50px;
	}	
	
.fotoright{
	border: 1px solid #7D9444;
	float:right;
	clear:right;
	margin: 2px 0 2px 5px;
	}

#footer {
	float:left;
	clear:left;
	width: 760px;
	padding: 5px 10px;
	background-color: #7D9444;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	}

#footer a {
	text-decoration:underline;
	color: #E5E5E5;
	}	


#footer a:hover {
	text-decoration:underline;
	color: #FFF;
	}	

.gallerycontainer{
	position: relative;
	height: 400px;
	padding:20px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #666;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #000;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 20px;
left: 350px; /*position where enlarged image should offset horizontally */
z-index: 75;
}
