/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	text-align:center;
	padding:0px;
	color:#000000;
	font-size:10px;
	background:#FFFFFF url(imgTemplate/fondocontainerHome.jpg) repeat-x;
}

#container {
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	text-align:center;
	background: url(imgTemplate/fondocontHome.jpg) repeat-x;
}
 

#cuerpo {
	position:relative;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	/*width:927px;*/
	/*background:url(imgTemplate/fondoCuerpo.jpg);*/
}

#acceder{
	position:relative;
	width:100%;
	/*height:139px;*/
	text-align:center;
	text-align:center;
	top:-140px;
	left:-2px;
}

#acceder a{
	margin:auto;
}

#contenido {
	margin:auto;
	text-align:center;
}

#pie {
	position:relative;
	width: 100%;
	/*top:755px;
	left: 0px;*/
	/*background:#8a8a8a url(imgTemplate/fondopieHome.jpg) repeat-x;*/
	text-align:center;
}

#pieHome{
	width: 913px;
	height:25px;
	margin:auto;
}

#legal{
	position: relative;
	float:left;
	width:200px;
	height:25px;
}

#dusnic{
	position:relative;
	width:200px;
	height:25px;
	float:right;
}

/*---------------------------ESTILOS GENERALES------------------------------------

--------------------------------------------------------------------------------*/

h1 {
	font-size:24px;
	color:#000000;
}

h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}

a { 
	color: #000000; 
	text-decoration: none; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:hover { 
  color: #000000;
  text-decoration: underline; 
}

.Estilo1 {
	color: #00CC33;
	font-weight: bold;
}
