.pag1, .pag2 { 
		display : inline; 
		float : left; 
		background-color : #FFFFFF;
		text-align : center; 
		padding : 2px; 
		border : 1px solid #000000;
		margin-left: 5px;
		margin-right: 5px;
}
.pag3 { 
		display : inline; 
		float : left; 
		color: #FFFFFF;
		background-color:#0099FF;
		text-align : center; 
		padding : 2px; 
		border : 1px solid #000000;
		margin-left: 5px;
		margin-right: 5px;
}
body {
	color : #000000; 
	font : 12px verdana, arial, helvetica, sans-serif; 
}
h1 { 
font : 16px verdana, arial, helvetica, sans-serif;
font-weight:bold;
padding-left:10px;
}
A:link {text-decoration:none;color:#FF6600;}
A:visited {text-decoration:none;color:#FF6600;}
A:active {text-decoration:none;color:#FFCC66;}
A:hover {text-decoration:none;color:#FFCC66;} 

.row00 { background-color : #CCFFCC; color : #000000; }

.pixel { font-size:1px;}

.publicado {
	color:#CCCCCC; 
	font : 10px verdana, arial, helvetica, sans-serif; 
}

.comentarios { 
	font : 10px verdana, arial, helvetica, sans-serif; 
}

.header {
		top:0px; 
		left:0px; 
		height : 195px;
		background-image : url(../img/deg_cabecera.gif);
		background-repeat:repeat-x;

}

.header-logo {
		position:relative;
		width : 507px; 
		height : 157px; 
		margin: auto 50px;
		background-image : url(../img/logo.gif);
		background-repeat:no-repeat;
		background-position:center top;
}
.header-menu {
		position:inherit;
		left:0px; 
		height : 79px;
		margin: auto auto;
		background-image : url(../img/menu.gif);
		background-repeat:repeat-x;

}
.header-login {
		position:relative;
		top:-39px;
		margin: auto auto;
		text-align:left;
}
.body-contenidos {
		position:relative;
		top:-29px;
		margin: auto auto;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// PESTAŅAS
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#header-menu-opc ul {
		list-style-type: none;
		margin: 8px 10px 10px 25px;
		float: left;
		padding: 0px;
}
#header-menu-opc li {
		float: left;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
}

#header-menu-opc a {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		text-decoration:none;
		font-weight:normal;
		color:#FF6600;
		padding-bottom: 5px;
}
#header-menu-opc a:hover { color:#FFCC00; text-decoration: none; }

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// BANNERS
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.banner {
		position:relative; 
		top:100px; 
		left:310px; 
		width:420px;
}

.fondo-negro {
	background-color:#000000;
	color:#FFFFFF;
	height:15px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// MENU DERECHO
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#derecha-menu-opc ul {
		list-style-type: none;
		margin: 8px 10px 10px 25px;
		padding: 0px;
}
#derecha-menu-opc li {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
}
#derecha-menu-opc ol {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
}

#derecha-menu-opc a {
		text-decoration:none;
		font-weight:normal;
		color:#FF6600;
		padding-bottom: 5px;
}
#derecha-menu-opc a:hover { color:#FFCC00; text-decoration: none; }

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// CUADRO REDONDO
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.CuadroSupIz {

	background-image:url(../img/esquinas/sup_iz.jpg);
	background-position:left top;
	width:12px;
	height:11px;
	background-repeat:no-repeat;

}
.CuadroInfIz {

	background-image:url(../img/esquinas/inf_iz.jpg);
	background-position:left bottom;
	width:12px;
	height:11px;
	background-repeat:no-repeat;

}
.CuadroSupDer {

	background-image:url(../img/esquinas/sup_der.jpg);
	background-position:right top;
	width:11px;
	height:11px;
	background-repeat:no-repeat;

}
.CuadroInfDer {

	background-image:url(../img/esquinas/inf_der.jpg);
	background-position:right bottom;
	width:11px;
	height:11px;
	background-repeat:no-repeat;

}
.LineaInf {
	border-bottom:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;

}
.LineaSup {
	border-top:1px;
	border-top-color:#000000;
	border-top-style:solid;

}
.LineaIz {
	border-left:1px;
	border-left-color:#000000;
	border-left-style:solid;

}
.LineaDer {
	border-right:1px;
	border-right-color:#000000;
	border-right-style:solid;

}