body{
	background-color: #ffe794;
	background-image: url('imagenes/interface/bodyFondo.jpg');
	background-repeat: repeat-x;
	
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form{
	display: inline;
}

table.contenedor{
	width: 800px;
}

td.contenedorIzq{
	width: 420px;
}

table.portafolio{
	margin: 0px 0px 5px 0px;
}

ul#paginas{
	list-style:none;
	float: right;
	margin: 0px;
	padding: 0px;
}

li.pagina{
	width: 19px;
	height: 19px;
	float:left;
	margin-right: 3px;
	padding: 0px;
	
	cursor: pointer;
	
	border: solid 1px #63C2C8;
	background-color: #DEF4F5;
	
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;	
	
}

li.pagina:hover{
	border: solid 1px #FF8C00;
	background-color: #FFE794;
}

li#paginaActual{
	width: 19px;
	height: 19px;
	float:left;
	margin-right: 3px;
	padding-top: 0px;
	
	border: solid 1px #c7c7c7;
	background-color: #eceded;
	
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	
}

div#paginarC{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	padding: 3px 3px 3px 3px;
	z-index: 200;
	
	width: 70px;
	
	border: solid 1px #000000;
	background-color: #FFFFFF;
	
	opacity: 0.8;
	filter: alpha(opacity=80);
	
	text-align: center;
}

div.masinfo{
	margin: 2px 0px 0px 0px;
	text-align: right;	
}

img.imagenSepa{
	margin-top: 5px;
}

td.contenedorSepa{
	width: 8px;
}

td.contenedorDer{
	width: 372px;
	padding: 25px 0px 0px 0px;
}

img.pestana{
	margin: 0px 0px 0px 10px;
	
	cursor: pointer;
}

td.pestana{
	margin: 0px;
				
	width: 372px;
	height: 304px;
	background-color: #def4f5;
	
	border: 1px solid #63c2c8;
	border-top: 4px solid #63c2c8;
}

div.pestana{
	padding: 5px;
}

div.pestana a{
	text-decoration: none;
	color: #000;
}

div.pestana a:hover{
	text-decoration: underline;
	color: #000;
}

#error{
	text-align: center;
	color: #F00;
}

table.contacto{

}

table.contacto td{
	padding-bottom: 5px;
}

input.contacto{
	width: 240px;
	
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

textarea.contacto{
	width: 300px;
	
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

input.contactoS{
	width: 100%;
	
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#desactivar{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	z-index: 100;
	
	opacity: 0.5;
	filter: alpha(opacity=50);
	
	background-color: #888;				
}

#masInfoCarga{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -9px;
	padding: 3px 3px 3px 3px;
	z-index: 200;
	
	width: 100px;
	height: 18px;
	
	border: solid 1px #FC8B00;
	background-color: #FFE794;
	
	text-align: center;
}

#masInfo{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -200px;
	z-index: 200;
	
	width: 700px;
	height: 400px;
	
	border: solid 1px #FC8B00;
	background-color: #FFE794;
}

#masInfoTexto{
	padding: 5px;
}

#masInfoTexto b{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#masInfoTexto span{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}

#masInfoTexto img{
	display: block;
	margin: auto;
}
			
#masInfoTexto div{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

#masInfoTexto a{				
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#masInfoTexto a:hover{	
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

#masInfoCerrar{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -275px;
	margin-top: 202px;
	padding-right: 5px;
	z-index: 200;
	
	width: 600px;				
	
	text-align: right;				
}

#masInfoCerrar a{
	padding: 2px 4px 2px 4px;
	
	background-color: #FC8B00;
	font-weight: bold;
	text-decoration: none;
	color: #FFE794;
}

#masInfoCerrar a:hover{
	background-color: #FFE794;
	
	font-weight: bold;
	text-decoration: none;
	color: #FC8B00;
}

td#creditos{
	padding-top: 10px;
	
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}