@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	text-decoration:none;
	list-style-type: none;
	height: auto;
	border: none;
	
	
}
#ContenedorHeader #bucador {
	display: none;
}


#ContenedorHeader{
	position: static;
	width: 100%;
	height:190px;
	min-width: 960px;
	background-color: #999999;
	background-repeat: repeat;
	background-image: url(../imagenes/backgrounds/header2.jpg);
}




#Nombre{
	width: 167px;
	position: absolute;
	left: 15px;
	top: 77px;
	height: 34px;
	font-size: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#Profesion{
	width: 107px;
	position: absolute;
	left: 128px;
	top: 1px;
	height: 111px;
	text-align: center;
	font-size: 120px;
	font-family: "Times New Roman", Times, serif;
	color: #888888;
}
#Profesionb{
	width: 211px;
	position: absolute;
	left: 82px;
	top: 25px;
	height: 111px;
	text-align: center;
	font-size: 110px;
	color: #FF0000;
	font-family: "Bickham Script Pro Regular";
}
#Profesion2{
	width: 145px;
	position: absolute;
	left: 148px;
	top: 0px;
	height: 151px;
	font-size: 83px;
	color: #FF0000;
	font-family: "Bickham Script Pro Regular";
}
#subNombre{
	width: 93%;
	position: absolute;
	left: 17px;
	top: 119px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 16px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 3px;
	color: #FFFFFF;
	border-bottom: 1px solid;
	min-width: 400px;
	border-color: #525252;
}


#direccion{
	font-size: 16px;
	width: 450px;
	height: 65px;
	font-weight:bold;
	
	color: #CCCCCC;
	text-align: right;
	margin-top: 30px;
	float: right;
	margin-right: 5px;
	font-family: "Lucida Sans";
	display: block;
}

#direccion a:link, #direccion a:visited, #direccion a:hover{ color:#FFF;}

#direccion li{
color:#CCCCCC;
}
#cuerpo{
	min-width:960px;
}

#ContenedorNavegador

{
	height: 21px;
	width: 100%;
	position: static;
	left: 0px;
	min-width: 960px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #535353;
	border-bottom-color: #9B9B9B;
	font-weight: bold;
}

.navegador a{
	color: #999999;
}
.navegador a:link{
	color: #000000;
}
.navegador a:hover{
	color: #FF0000;
}

#ContenedorNavegador  ul{
	float: left;


}
#ContenedorNavegador    li {
	width: 122px;
	display: block;
	text-align: center;
	height: 21px;
	float: left;
}

#ContenedorNavegador  li a:{
color: #CCCCCC;
}

#ContenedorNavegador  li a:link{
	display: block;
	height: 21px;
	color: #999999;

}

#ContenedorNavegador  li a:hover{
	background-color: #000000;
	display: block;
	height: 21px;
	color: #FF0000;

}
#activo{
	background-color: #000000;
	display: block;
	height: 21px;

}

#ContenedorBanderitas{
	width: 60px;
	position: relative;
	height: 21px;
	float: right;
	display: inline-block;
	max-width: 60px;
}
#ContenedorBanderitas  li{
	width: 30px;
	float: left;

}


#contenedorFormulario{
	height: 350px;
	width: 100%;
	background-color: #333333;
	min-width: 960px;
	position: static;
	border-top: 1px solid;
	border-top-color: #B0B0B0;
	background-image: url(../imagenes/backgrounds/fondo-300px.jpg);
	background-repeat: repeat;
	float: left;
	
}
#formulario{
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50px;
	bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
 
/* 
Estilo para elementos legend. 
Crea un titulo con el texto de legend. 
*/ 
legend {
	font-size:large;
	color: #FF0000;
} 
label {
	font-size: 13px;
	float: left;
	width: 90px;
	margin: 5px;
	font-weight: bold;
	color: #FF0000;
} 
 
/* Estilo para elementos input y textarea. 
Crea un borde de 1px negro. 
*/ 
input{
	height: 29px;
	width: 350px;

}
input, textarea {
	border:1px solid;
	margin: 5px;
	border-color: #666666;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
} 

textarea{
	width: 350px;
	height: 100px;
	color: #FFFFFF;
}
/* Estilo para elementos input y textarea con foco. 
Cuando se selecciona uno de estos 
elementos el color de fondo cambia. 
*/ 
input:focus, textarea:focus {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
} 
#enviar {
	border-color: #666666;
	width: 100px;
	margin-left: 350px;
	color: #FF0000;
}
 
/* 
Estilo para elementos fieldset. 
Elimina los bordes del formulario. 
*/ 
fieldset {
	border:none;
} 

#footer{
	width:100%;
	height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #535353;
	min-width: 960px;
	border-top: 1px solid gray;
	float: left;
}
#ContenedorFooter{
	width:700px;
	min-width: 700px;
	margin: 0px auto;
	height: 21px;
}
#footer li{
	float:left;
	width: 150px;
	padding-left: 20px;
	color: #CCCCCC;
}
#footer  a:link {
	color: #FFFFFF;

}


#footer li a:hover{
	color: #FF0000;

}
#ContenedorGracias{
	background-repeat: repeat-x;
	background-image: url(../imagenes/backgrounds/fondo350.jpg);
	min-width: 960px;
	height: 150px;
	position: static;

}
#mensaje p {
	position: absolute;
	left: 232px;
	top: 447px;
	font-size: 18px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.tit1{
	color: #FF0000;
	font-weight: bolder;
	font-size: 18px;
	border-bottom: 1px solid red;
}
.tit{
	color: #FF0000;
	font-weight: bolder;
}
.EC_MsoNormal{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

