@charset "utf-8";
html,body{height:100%;}

/*Cargador Pagina*/
#cargador {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:5px;
	background-color:#000000;
	color: #FFFFFF;
}
.esconder {display:none;}
/*------------------- */ 

body {
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align:center;	
	background-attachment: fixed;
	background-repeat: repeat;
}


#contenedor {
	width:700px;
	height:100%;
	/*IE
	filter: alpha(opacity=65);*/
	/*FireFox Opera
	opacity: .65;*/
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/overlay2.png);
	background-repeat: no-repeat;
	
}

#contenido {
	width: 480px;
	float: left;
	clear: none;
	margin-left: 10px;
	margin-right: 10px;
	/*IE*/
	filter: alpha(opacity=100);
	/*FireFox Opera*/
	opacity: 1;
	text-align: left;
}
#izquierda{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#menu {
	height: 120px;
	width: 200px;
	text-align: left;
	float: left;
	/*IE*/
	filter: alpha(opacity=100);
	/*FireFox Opera*/
	opacity: 1;
	padding-top: 60px;
	font-weight: bold;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #FF6600;
	text-decoration: none;
	list-style-position: inside;
	list-style-image: url(images/flechahover.png);
	font-weight: bolder;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/flecha.png);
	list-style-position: inside;
	}
#menu li {
	color: #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}
#logo {
	height: 140px;
	width: 200px;
}
#form {
	width: 500px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}

#form label{
	width: 120px;
	height: auto;
	float: left;
}


.input {
	font-size: 10px;
	color: #FFFFFF;
	/*color: black;   */
    background-color: transparent;
	border: 1px solid #FFFFFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 3px;

}
.btnentra {
	background-color: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 10px;
	height: 20px;
	width: 40px;
	margin: 0px;
	padding: 0px;

}
#direccion {
	text-align: left;
	margin-left: 10px;
	width: 180px;
	float: left;
}
.portafolio {
	width: 470px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
}
.fotoPortafolio {
	float: left;
	margin-right: 10px;
}
.titulos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.paginas {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	clear: left;
	font-weight: bold;
	float: right;
}
.paginas a{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.paginas a:hover{
	color: #FF6600;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}

#fichaHTML {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	visibility: hidden;
	background-image: url(images/overlay2.png);
	

}

