/* 
#F48955
http://paletton.com/#uid=10i0u0kkRuCb6MvgvBDpdrTsimp

http://paletton.com/palette.php?uid=10i0u0kkRuCb6MvgvBDpdrTsimp
 */
/**/

a
,
#columna_derecha h2
,
#columna_derecha h3

#columna_derecha h1
	{
	color:#f75e01;
	}	

#barra_horizontal
	{
	background-color:#f75e01;
	}

#barra_horizontal a { color:#FFFFFF;}

#barra_horizontal a:hover
	{
	color:#FFA67C;

	}


.barra_iconos a:hover
	{
	background-color:#30df83;
	border-radius: 7px;
	}


body {
	background-attachment: fixed;
	background-color: #f75e01;
	background-image: url(../creditos/fondo_naranga.jpg);
	background-repeat: repeat;
	background-position: center;
}


#centro
 {
	background-attachment: fixed;
	background-color: #FFFFFF;
/*	background-image: url(../creditos/fondo.jpg);*/
	background-image: url(../creditos/fondo02.jpg);
	background-repeat: repeat-y;
	background-position: center -100px;

	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FE8338;
	border-left-color: #FE8338;
 }

#columna_derecha
	{
	/*background-color:rgba(255,255,255, 0.7);*/
	background-color:rgba(255,255,255, 0.2);
	}

#columna_derecha h1
	{
	color:#F75E01;
	}
	
#columna_derecha ul li
	{
	/*
	background-image:url(../creditos/vinneta.jpg);
	background-repeat: no-repeat;
	background-position: 32px 10px;
	*/
	
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../creditos/vinneta.jpg);

	}	


#columna_izquierda
	{
	background-color: rgba(255,255,255, 0.5);
	}

hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F75E01;
	height: 0px;
}

#pie
	{
	background-color:rgba(255,195,167, 0.85);
	}

#pie a:hover
	{
	color:#FFFFFF;
	background-color:#FFA67C;
	}

.redondeado {border-radius: 7px;}

.revista_cuadrado
	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F75E01;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F75E01;
	}

.sombra{box-shadow: #000000 0px 0px 10px;	}