@charset "utf-8";

* {
margin: 0;
padding: 0:inherit
}

body {
	font-family: Arial, Helvetica, sans-serif; /*para IE*/
	z-index: -10;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(Imagenes/fondobanner3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 10;
}


#header {
	height: 30px;
	width: 950px;
	left: auto;
	right: auto;
	background-image: url(Imagenes/fondobanner3.jpg);
}
#mainbox {
	width: 950px;
	float: left;
	/*border: thick solid #FFFF99;*/
	min-height: 300px;
}
#content {
	float: right;
	width: 745px;
	/*border: thin solid #FF99CC;*/
	padding-bottom: 20px;
	min-height: 500px;
	margin-top: 20px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	z-index: -1;
}

.foto {
	position:relative;
	width:380px;
	height:253px;
	z-index:1;
	left: 20%;
	top: 0px;
	visibility: visible;
	border: thin solid #999999;
	padding: 5px;
	background-color: #FFFFFF;
}

.fotor {
	margin-bottom: 10px;
	background-position: center;
	border: thin solid #FF0000;
	height: 100px;
	margin-right: -10px;
	right: auto;
	min-height: 100px;
}
.fotolinea {
	border: thin solid #CCCCCC;
	padding: 5px;
	width: 111px;
	margin-right: 1px;
	float: left;
	height: 71px;
	margin-top: 1px;
}

.fotolinea2 {
	float: left;
	border: thin solid #ccc;
	height: 180px;
	width: 154px;
	padding: 5px;
	text-align: center;
	margin-left: 2%;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	
}
a {

color:#666666
	text-decoration: none
}




a:visited {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #222;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	float: left;
	margin-top: 104px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #093;
	text-decoration: none;
}

#leftcol {
	background-color: #FFFFFF;
	float: left;
	width: 130px;
	margin-top: -20px;
	margin-left: 25px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-bottom: 15px;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 600px;
}
#bannerpag {
	text-align: right;
	border-bottom-color: #CCCCCC;
	margin-right: -10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-bottom: 20px;
}


#footer {
	height: 30px;
	width: 950px;
	background-color: #0033CC;
	clear: both;
	z-index: 10;
	position: relative;
	background-image: url(png/fondobanner3.png);
	text-align:center;
}

#footer a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover {
	font-weight:normal;
}


.fotoindex {
	float: right;
	margin-top: -15px;
}
.prog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
	margin-left: 2px;
	display: inline;
}
.prog a:visited {
	width: 200px;
	color: #006633;
}

.prog a:active {
	color: #990000;
}



.prog a:link {
	color: #666666;
}
.prog a:hover {
	color: #990000;
}
.prog2 {
	color: #990000;
	font-style: italic;
}
.testi {
	margin-right: 25px;
	margin-left: 45px;
	font-style: italic;
	border: thin solid #CCCCCC;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 10px;
}
.testi_nom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

/*info especial */

.cuadro {
	border: solid 1px gray;
    width: 174px;
    float: left;
    margin: 5px;
	height:270px;
}

.cuadro:hover {
	border: solid 1px #3577A1;
	background-color:#3577A1;
}


.cuadro p{
	text-align: center; 
	font-size: 14px;
	line-height: 130%;
	color: #3577A1;
	font-weight:bold;
}

.cuadro:hover p{
	color: #fff;
}

