@charset "utf-8";
a {
	border:0;
}
img {
	border:0;
}
body {
	background-color: #2fbdfe;
}
input[type=text] {
	border: 1px solid #ccc;
	font-size: 12px;
	width: 130px;
}
input[type=password] {
	border: 1px solid #ccc;
	font-size: 12px;
	width: 130px;
}
input[type=submit] {
	border: 1px solid #ccc;
	font-size: 12px;
}
input[type=submit]:hover {
	border: 1px dashed #ccc;
}
#main_izq {
	background-color: #fff;
	height: 73%;
}
#general {
        margin: auto;
        width: 650px;
}

#todo {
	height: 100%;
	width: 646px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top {
	background-image: url(/images/top.gif);
	height: 16px;
	width: 646px;
	float: left;
}
#izq {
	height: 100%;
	width: 242px;
	float: left;
	background-color: white;
}
#logo {
	height: 106px;
	width: 248px;
	background-image: url(/images/logo.gif);
}
#linea {
	background-color: #CCCCCC;
	width: 200px;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
}
#login {
	height: 90px;
	width: 247px;
	margin-left: 1px;
	background-color: #FFFFFF;
}
#usuario {
	height: 80px;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box_usuario {
	padding: 0px;
	height: 18px;
	width: 130px;
	border: 1px solid #999999;
	float: left;
}
#text_usuario {
	float: left;
	height: 22px;
	width: 50px;
	text-align: right;
	line-height: 20px;
}
#foto1 {
	background-image: url(/images/laptop.jpg);
	height: 200px;
	width: 248px;
}

.todo {
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#btn_entrar {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	text-align: center;
}
#text_clave {
	float: left;
	height: 22px;
	width: 50px;
	line-height: 20px;
	text-align: right;
	margin-top: 5px;
}
#botonera {
	height: 155px;
	width: 247px;
	margin-left: 1px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#botonera ul {
	margin:0;
	width: 100px;	
	float: left;
	margin-left:80px;
}
#botonera ul li a{
	color: #999;
	font-size: 10px;
	text-decoration: none;
}
#botonera ul li a:hover {
        color: #2fbdfe;
}
.btn {
	width: 125px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.flecha {
	background-image: url(/images/flecha.gif);
	height: 31px;
	width: 16px;
	float: left;
	margin-right: 5px;
}
.flecha a {
	text-decoration: none;
}
.flecha2 {
	height: 31px;
	width: 16px;
	float: left;
	margin-right: 5px;
}
.flecha2:hover {
	background-image: url(/images/flecha.gif);
}
.text_btn:hover, .text_btn a:hover {
	color: #2fbdfe;
}
.text_btn,  .text_btn a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #999999;
	height: 31px;
	width: 104px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#bottom {
	float: left;
	height: 19px;
	width: 646px;
	background-image: url(/images/bottom.gif);
}
#der1 {
	position: relative;
	height: 100%;
	width: 395px;
	float: right;
	border-left: 3px solid #dad9d9;
	background-color: white;
	background-image: url(/images/der.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#der2 {
	height: 100%;
	width: 23px;
	float: right;
	background-image: url(/images/der.gif);
}
#linea_vert {
	background-color: #CCCCCC;
	height: 636px;
	width: 1px;
	float: left;
	clear: none;
}
#vacio {
	background-color: #FFFFFF;
	height: 81px;
	width: 247px;
	margin-left: 1px;
}
#imput1 {
	float: left;
	height: 22px;
	width: 150px;
}
#input2 {
	float: left;
	height: 22px;
	width: 150px;
	margin-top: 5px;
}
#foto_portada {
	background-image: url(/images/foto_portada.jpg);
	height: 160px;
	width: 360px;
	margin-left: 15px;
}
#encabezado1 {
	
	width: 360px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	margin-left: 8px;
	border-bottom: 1px solid #ccc;
}
.texto_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2FBDFE;
	font-weight: bold;
}
#contenido {
	width: 365px;
	float: none;
	margin-top: 10px;
	margin-left: 8px;
}
#linea2 {
	background-color: #CCCCCC;
	height: 1px;
	width: 350px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contacto {
	clear: both;
	height: 20px;
	text-align: center;
	margin-left: 50px;	
	margin-top: 10px;
}
#contacto a {
	color: #2FBDFE;
        font-weight: bold;
	text-decoration: none;
}
.title_blue {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #2FBDFE;
        font-weight: bold;
}
   
.blue, .blue a {
        color: #2FBDFE !important;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}
.bottom_blue {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #2FBDFE;
        font-weight: bold;
}
h1 {
	display: none;
}
