/* CSS PAGINA WEB DE FELICIANO MOYA ALCAIDE */
/* creado por Carlos Manuel Moreno López - CMML diseño web */

/* GENERAL */

html,body{margin:0;padding:0}
body{font: 85%/1.3 Verdana,Arial,sans-serif;
    text-align:center;background: #EEEEEE;padding-bottom:20px}
h1,h2,h3{font: normal normal "Trebuchet MS",Arial,sans-serif}
h1{font-size:200%}
h2{font-size:160%}
h3{font-size:120%}

/* CABECERA */

div#header{
	width:100%;
	overflow:hidden;
	text-align: center;
}
div#header #tabla_header{
	width:980px;
	margin:0 auto;
	text-align:center;
	background-color: #80C342;
}
#header #titulo {
	text-align: left;
	vertical-align: middle;
	height: 100px;
	padding-left: 22px;
	width: 550px;
	color: #FFF;
}
.formLoginUsu{
	font-size:11px;
	width:100px;
	border:1px solid grey;
}
.formLoginbott {
	font-size:10px;
	border:1px solid #006600;
	background-color: #009900;
	font-weight: bold;
	color: #000033;
	width: 70px;
}
.formLoginbott:hover {
	font-size:10px;
	border:1px solid #009900;
	background-color: #00FF33;
	font-weight: bold;
	color: #0033CC;
	width: 70px;
	
}
#header #tabla_header a {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: 600;
	color: #000099;
	text-decoration: none;
}

/* CONTENIDO */

div#container{
	width:980px;
	margin:0 auto 10px;
	padding:10px 0 10px;
	text-align:center;
	background:#FFF;
	vertical-align: top;
}

/* PIE */

div#pie{
	width:980px;
	margin:0 auto 10px;
	padding:10px 0 10px;
	text-align:center;
	background:#EEEEEE;
	vertical-align: top;
}

/* CUERPO */

div#content1{float:right;display:table-row-group;width:720px;margin-right:5px}

/* LATERAL */

div#side{
	float:top;
	display:table-row-group;
	width:240px;
	margin-top:5px;
	vertical-align:top;
	margin-left:5px;
}
#menu #titulo {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #80C342;
	text-align: center;
	vertical-align: bottom;
	height: 18px;
}
#menu #vinculo {
	background-image: url(../imagenes/menu.jpg);
	text-align: left;
	vertical-align: middle;
	height: 30px;
	cursor: default;
}
#menu #vinculo:hover {
	background-image: url(../imagenes/menu_hover.jpg);
	text-align: left;
	vertical-align: middle;
	height: 30px;
}
#menu #vinculo a {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #002C82;
	text-decoration: none;
	cursor: default;
}
#menu #vinculo a:hover {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3979DC;
	text-decoration: none;
	cursor: default;
}
#menu #vinculo div {
	padding-left: 26px;
	height: 28px;
	padding-top: 3px;
}

/* 15/07/2010 */
