/* CSS Document */
body, html{
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#main{
	width:900px;
	text-align:left;
}
#cabecera{
	width:900px;
}
#menu{
	padding-top:20px;
	padding-bottom:10px;
}
.menuItem{
	padding-right:14px;
	text-decoration:none;
}
#contenido{
	width:900px;
	background-image:url(../images/bgDcha2.jpg);
	background-repeat:repeat-y;
	height: auto ! important;
}
.corte {
	clear: both;
}

#izquierda{
	float:left;
	width:625px;
	padding-right:25px;
	text-align:justify;
}
#derecha{
	float:right;
	width:250px;
}
#relleno{
	padding-top:50px;
}
.miniFoto{
	border:1px solid #CCC;
	padding:5px;
	color:#FFF;
	margin-right:7px;
	text-align:left;
}
.enlace1, .enlace1:visited{
	color:#FFF;
	text-decoration:none;
}
.enlace1:hover{
	color:#FC0;
	text-decoration:none;
}
.enlace2, .enlace2:visited{
	font-size:13px;
	color:#666;
	text-decoration:none;
}
.enlace2:hover{
	color:#900;
	text-decoration:underline;
}
.foto1{
	border:1px solid #CCC;
	padding:5px;
	background-color:#FFF;
}

#texto1{
	width:325px;
	float:left;
	padding-top:20px;
}
#ficha1{
	float:right;
	width:300px;
	text-align:center;
}
.c1{
	color:#666;
}
.miniFoto2, .miniFoto2:visited{
	padding:5px;
	border: 1px solid #999999;
	width:130px;
	opacity:0.70; 
	filter:alpha(opacity="70");
	margin:4px;
	background:#FFFFFF;
	text-decoration:none;
}
.miniFoto2:hover{
	padding:5px;
	border: 1px solid #999999;
	opacity:1; 
	filter:alpha(opacity="100");
	margin:4px;
	text-decoration:none;
}
.miniFoto3, .miniFoto3:visited{
	padding:5px;
	border: 1px solid #999999;
	width:123px;
	opacity:0.70; 
	filter:alpha(opacity="70");
	margin:4px;
	background:#FFFFFF;
	text-decoration:none;
}
.miniFoto3:hover{
	opacity:1; 
	filter:alpha(opacity="100");
}
.link, .link:visited{
	font-size:13px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.link:hover{
	color:#C00;
	text-decoration:underline;
}
.link2, .link2:visited{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.link2:hover{
	color:#C00;
	text-decoration:underline;
}
.autor{
	font-size:13px;
	color:#666;
	padding-left:20px;
}
.autor2{
	font-size:13px;
	color:#666;
}
.filaPar{
	background-color:#F3F3F3;
	padding:10px;
}
.filaImpar{
	background-color:#FFF;
	padding:10px;
}
.inputLargo{
	width:98%;
	padding:4px;
	border:1px solid #CCC;
	background-color:#FBFBFB;
}
.inputCorto{
	width:48%;
	padding:4px;
	border:1px solid #CCC;
	background-color:#FBFBFB;
}
#acceso{
	padding-left:240px;
	padding-top:75px;
	font-size:15px;
	color:#666;
}
.sendData{
	background-image:url(../images/sendata.jpg);
	background-repeat:no-repeat;
	width:95px;
	height:25px;
	border:0px;
	padding-bottom:2px;
	font-weight:bold;
}
.sendData:hover, sendData:focus{
	background-image:url(../images/sendatahover.jpg);
	cursor:pointer;
}
.fotoPadres, .fotoPadres:visited{
	padding:5px;
	border: 1px solid #999999;
	width:290px;
	opacity:0.70; 
	filter:alpha(opacity="70");
	margin:4px;
	background:#FFFFFF;
	text-decoration:none;
}
.fotoPadres:hover{
	padding:5px;
	border: 1px solid #999999;
	opacity:1; 
	filter:alpha(opacity="100");
	margin:4px;
	text-decoration:none;
}
#ok{
	color:#060;
	font-size:12px;
	padding-bottom:10px;
}
#nok{
	color:#C00;
	font-size:14px;
}
#pie{
	float:left;
	width:100%;
	height:400px;
	margin-top:0px;
	background-image:url(../images/bg-pie.jpg);
	background-repeat:repeat;
}
#bg-pie-top{
	background-image:url(../images/bg-pie-top.png);
	background-repeat:repeat-x;
	float:left;
	width:100%;
	height:67px;
}
#bg-pie{
	width:900px;
	text-align:left;
	padding-top:25px;
	color:#999;
}
#bajo-pie{
	width:545px;
	margin-top:49px;
	float:left;
	text-align:left;
}
#powered{
	width:350px;
	margin-top:32px;
	float:right;
	text-align:right;
}
#mapa{
	width:150px;
	float:left;
}
#proyectos-pie{
	margin-left:20px;
	width:310px;
	float:left;
}
#legal{
	width:350px;
	float:right;
	text-align:right;
	line-height:2.2;
}
.itemPie{
	width:120px;
	border-bottom:1px solid #666;
	padding:10px;
}
.itemPie2{
	width:290px;
	border-bottom:1px solid #666;
	padding:10px;
}
.itemPie-text, itemPie-text:visited{
	color:#999;
	text-decoration:none;
}
.itemPie-text:hover{
	color:#FFF;
	cursor:pointer;
}
.imageTransp{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.imageTransp:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
