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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191919;
	background-image: url(../img/bg.png);
	background-color: #C0C0C0;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
}
.portfolio a:link img, .portfolio a:visited img{
	margin-right: 2px;
	border: 5px solid #666;
	margin-bottom: 2px;
}
.portfolio a:hover img {
	margin-right: 2px;
	border: 5px solid #C42342;
	margin-bottom: 2px;
}


a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C42342;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C42342;
	text-decoration: none;
}


.contenedor {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 125px;
	background-image: url(../img/reflejo.png);
	background-repeat: no-repeat;
	background-position: left 135px;
}
.contenedor #isologo {
	margin-bottom: 30px;
	display: block;
}
.contenedor #titulo {
	display: block;
	margin-bottom: 30px;
}
#formContenedor 
{
	width:430px;
	height: 360px;
}

table { width:400px; }

input 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #191919;
}

textarea
{
	width:220px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #191919;
}

button { width:100px; height:22px; font-family:Verdana; font-size:11px; }

.label { width:110px; text-align:left; }

.campo {
	width:230px;
}
.datos {
	width: 200px;
}


.ayuda { width:50px; text-align:center; }

.inputNormal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #191919;
}

.inputError
{
	border:1px solid #C42342;
	background-color:#FFF4F0;
	color:#C42342;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#FFFFFF;
	z-index:1;
	position:absolute;
	width:430px;
	height:360px;
	display:none;
	opacity:0.95;
	filter:alpha(opacity="95");
	text-align: center;
}

#transparenciaMensaje
{
	position:absolute;
	width:430px;
	height:100px;
	margin-top:-50px;
	margin-left:0px;
	top:50%;
	left:0px;
	color: #000;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:1px solid #000000;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
}

#ayudaTitulo
{
	background-color:#000000; 
	color:#FFFFFF; 
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
}

