@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	background-image: url(../img/fondoDeg.gif);
	background-repeat:  repeat-x;
	background-attachment: fixed;
	margin:0px;
}



a:link {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
	font-weight: bold;
}


.srg_fondo_principal
{
	background-color: #FFFFFF;
	background-image: url(../img/fondo_papel.jpg);
	border: thin solid #000000;
}

.srg_area
{
    padding:10px;
}

.srg_pie
{
	color: #FFCC00;
	background-color: #000000;
	font-weight: bold;
}

.srg_foto
{
	padding:2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 15px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.srg_links
{
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
	background-image: url(../img/fondo_NGris.jpg);
}

.srg_mensajes
{
	font-weight: bold;
	color: #FFFFFF;
}

.srg_leyenda
{
	color: #666666;
}

.srg_foto_galeria
{
	padding:2px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: 15px;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
