/* CSS Document */

html {
	MARGIN: 0px 0px;
	background: url(img/bgpage.gif) #000000 repeat-x ;

	}

body {
	MARGIN: 100px 0px;
}

#header{
	width:	900px;
	margin: auto;
	border-top: 1px solid #3D8BF6;
	border-left: 1px solid #3D8BF6;
	border-right: 1px solid #3D8BF6;

}
#container {
	width: 900px;
	margin: auto;
	border-left: 2px solid #3D8BF6;
	border-right: 2px solid #3D8BF6;
	background: url(img/fondoges.gif) #ffffff no-repeat 100% top;

	}

#loggin{
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	font-size:12px; font-weight:bold; color: #666;
	margin-top: 10px;
	background-color: #dfdfdf;
} 
#pestaņas{
	width: 904px;
	margin: auto;
}
#left{
	float: left;
	width: 15%;
}

#center{
	float:left;
	width: 65%;
	background: url(img/sup.gif) no-repeat 35% top;
}
#sup{
	float: left;
	width: 300px;
	margin-left: 185px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DD1500;
	font-size: 12px;
	padding-top: 2px;
}
#texto_central{
	float:left;
	width: 100%;
	padding: 20px;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	font-size:13px; font-weight:bold; color: #666;

}
#right{
	float: right;
	width: 15%;

}
#bajera{
	width: 900px;
	margin: 0 auto;
	height: 20px;
	background: url(img/img09.gif) no-repeat;
	text-align:center;
	color:#eee;
	font-weight:bold;
	font-size:10px;
	padding-top: 5px;
}

/*fin del css de las noticias pagadas*/

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	margin-top: 2px;
	}

/*todo lo del loggin*/

/* Additional styles */

p {
	padding: 10px;
	margin: 0;
	}


h1 {
	padding: 20px;
	margin-top: 50px;
	color: #666;
	
	}


#formulario_log{
font-family:Arial, Verdana, Helvitica, sans-serif;
font-size:12px;
font-weight:bold;
float: left;
width: 100%;
text-align: left;
padding: 80px;
color: #666666;

}

/*estilo para detalles formulario*/

legend {  
 color: #000000;  
} 

label {  
display:block;  
font-weight:bold;
color: #666666;
text-align:left;  
}  

input { font-family: Tahoma, Verdana, Arial; font-size: 12px; color: #000000; background-color: #eee; border: #95b5e0; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

textarea{font-family: Tahoma, Verdana, Arial; font-size: 12px; color: #000000; background-color: #eee; border: #95b5e0; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

input:focus, textarea:focus {  
 background:#FFFFFF;  
}

/*Estilo de las cajitas redondas*/
#leftbox-2 { 
width : 250px;
min-height : 100px;
color:#666666;
padding : 0;
margin-top:35px;
margin-left: 60px;
float : left;
display : inline;
background-image : url(img/cajita1.gif);
background-repeat : no-repeat;
} 
#leftboxbottom-2 { 
height : 15px;
width : 250px;
float : left;
display : inline;
background-image : url(img/cajitabajo.gif);
background-repeat : no-repeat;
}
#otrobox { 
width : 190px;
min-height : 20px;
color:#666666;
padding : 0;
margin-left: 20px;
margin-top:35px;
float : left;
display : inline;
background-image : url(img/cajita2.png);
background-repeat : no-repeat;

} 
#otroboxbajo { 
height : 15px;
width : 190px;
float : left;
display : inline;
background-image : url(img/cajita2bajo.png);
background-repeat : no-repeat;
}

#interior{
margin: 10px;
float: left;
padding-top:20px;
}

/* Menu */

#menu {
	width: 900px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(img/menu1.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-weight: bold;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(img/menu2.gif);
	color: #FFFFFF;
}
