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

body {
	background-image: url(background.jpg);
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Trebuchet Ms";
	color: #FFFFFF;
}
#bodywrap {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#bodywrap #header {
	float: left;
	width: 775px;
	height: 143px;
}
#bodywrap #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bodywrap #menu {
	float: left;
	height: 40px;
	width: 775px;
	background-color: #990000;
	background-image: url(menu.jpg);
}
#bodywrap #menu ul {
	margin-top: 10px;
}
#bodywrap #menu li {
	display: inline;
	margin-top: 0px;
}
#bodywrap #menu li a {
	padding-right: 7px;
	padding-left: 7px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-size: 11pt;
}
#bodywrap #menu li a:hover {
	padding-right: 7px;
	padding-left: 7px;
	color: #000000;
	text-decoration: none;
	background-color: #D20000;
}


#bodywrap #contenido {
	height: 400px;
	width: 775px;
	float: left;
	background-image: url(back-contenidp.jpg);
}
#bodywrap #contenido #text {
	width: 285px;
	height: 360px;
	background-image: url(text.jpg);
	margin-left: 20px;
	float: left;
}
#bodywrap #contenido #text ul {
	list-style-type: none;
	padding-left: 0px;
}
#bodywrap #contenido #text li {
	line-height: 20px;
}

#bodywrap #contenido #text li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	text-transform: uppercase;
}
#bodywrap #contenido #text li a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #E10000;
}



#bodywrap #contenido #text h2 {
	font-size: 15pt;
	margin-left: 10px;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#bodywrap #contenido #text p {
	font-size: 10pt;
	margin-left: 10px;
}
#bodywrap #contenido #photos {
	width: 450px;
	float: left;
}


#bodywrap #footer {
	float: left;
	width: 775px;
	background-color: #990000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
#bodywrap #footer p {
	text-align: center;
	font-size: 10pt;
	color: #000000;
}
#bodywrap #footer a {
	color: #FFFFFF;
	text-decoration: none;
}



.virtualpage, .virtualpage2, .virtualpage3{
	/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
	width: 450px;
	padding-left: 10px;
}
#bodywrap #contenido #photos h3 {
	color: #990000;
	font-size: 14pt;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
}


.paginationstyle{ /*Style for demo pagination divs*/
	width: 450px;
	text-align: center;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	float: left;
}

/* Paginación Virtual */

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}
#bodywrap #contenido #photos .galphoto {
	float: left;
	height: 300px;
	width: 450px;
	text-align: left;
}


.paginationstyle a{ /*Pagination links style*/
	padding: 0 5px;
	text-decoration: none;
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #990000;
	font-size: 10pt;
}

.paginationstyle a:hover, .paginationstyle a.selected{
	color: #FFFFFF;
	background-color: #E10000;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
	color: #FFFFFF;
	background-color: #990000;
}


.texto {
	color: #666;
	background-color: #FFF;
	border: 1px solid #333333;
	width: 250px;
}
legend {
	color: #666666;
	font-weight: bold;
}

.texto2 {
	border: 1px solid #333333;
	width: 250px;
	background-color: #FFFFFF;

}
.boton {
	color: #9C0607;
	background-color: #f1f1f1;
	border: 1px solid #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	font-weight: bold;
}
.boton:hover {
	color: #FFFFFF;
	background-color: #990000;
}
form p {  clear: left;  margin: 0;  padding: 0;  padding-top: 5px;}
form p label {
	float: left;
	width: 20%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#bodywrap #contenido #photos #video {
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

