/* CSS Document */
* {
	margin:auto;
	padding:0;
}
html,body{height:100%}

BODY {
	font-family:Tahoma,Verdana; 
	font-size:11px;
	text-align:center;
	background-color:#f5f6fc;
}
#menu {
	width:140px;
	text-align:right;
	border-right: 2px groove #999;
	padding-right:2px;
}
#menu ul {
	list-style-type:none;
	margin-top:15px;
}
#menu ul li {
	padding-top:4px;
	padding-left:10px;
}
#menu ul li a,
#menu ul li a:link,
#menu ul li a:visited {
	font-family:Tahoma,Verdana; 
	font-size:20px; 
	color:#990000;
	text-decoration:none;
	letter-spacing:1px;
}

#menu ul li a:hover {
color:#Faa;
}
.boton,
.boton:link,
.boton:visited {
	background-color:#999;
	border:1px solid #BBB;
	padding:3px 5px;
	color:#333;
	font-size:13px;
	text-decoration:none;
	margin-bottom:20px;
}
.boton:hover {
	background-color:#EEE;
	border:1px solid #999;
}


#login {
	margin:0 auto;
	width:300px;
	height:110px;
	margin-top:30px;
	padding-left:15px;
	text-align:left;
	position:relative;
}

#sublogin{
	border:1px solid #963c00;
	padding:3px; 
	width:300px;
	height:130px;
	z-index:2; 
	background-color:#333333;
    position:absolute;
}
#tablaPrincipal{
	background-color:#5d9580;
	width:760px;
	height:100%;
	border:0px;
	text-align:center;
}

.textoMini{
color:#001; 
font-size:12px;
}
.enlaceMini{
 color: black;
 font-size:12px;
 text-decoration:none;
}
.centrar{ 
display: table-cell; 
text-align: center; 
width:inherit;
height:inherit; 

 }  
 
.centrar *{vertical-align:middle; }
.centrar span { display: inline-block;  height: 100%; } 

#logo{

 width:270px; 
 height:140px; 
 }
 
#texto{
 
width:590px; 

text-align:left; 
font-size:16px;
vertical-align:top;}

#fotos{

width: 530px;
height: 330px; 

}
#mail{
 
width:202px;  
height:21px; 
text-align:right; 
font-size:12px;
}

#mail a{
text-decoration:none;
font-weight:bold;
color:#339999;
}
#enlaces{

width:250px; 
height:300px;
padding-left:40px;
padding-top:20px;
text-align:left;
}
#enlaces ul li{
padding-right:60px;
list-style-type:none;

}
#enlaces ul li a {
color:#000000; 
text-decoration:none;
font-size:14px;
font-weight:bold;
color:#003300;
font-style:italic;
line-height:22px;
}
#enlaces ul li a:hover {

text-decoration:underline;
}

#cabecera{
width:100%;
height:100px;
background-color:#FFFFFF;
}

#contenedor{

background-color:#428268;
width:760px;
text-align:center;
margin:0 auto;


}

#lateral{
  float: left;
  width: 150px;
  margin-right:25px;
  margin-top:10px;
  height:400px;

  
}

#contenido{
font-family:Tahoma,Verdana; 
font-size:11px;
padding-top:20px;

min-height:575px;
height: auto !important;
height:575px;


}

#pie{
clear: both;
background-color:#999999;
height:45px;
bottom:0;
width:760px;
margin:auto;
}

