body {
    margin: 0px;
    background: #F0F0F0;
    font-size: 14px;
	font-family: tahoma, sans-serif;
}
a {
    color: #4040FF;
    text-decoration: none;    
}
a:hover {
    color: #2020A0;
    text-decoration: underline;    
}

h1 {
	font-family: arial, sans-serif;
    font-size: 26px;
    color: #800000; 
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #800000; 
}
h3 {
    font-size: 20px;
    font-weight: normal;
    color: #800000; 
}

blockquote {
	font-size: 18px;
	background: #F0F0F0;
	padding: 20px;
	-moz-border-radius: 10px;
}

#contenedor {
    margin: 0px auto;
    padding: 0px 20px;
    width: 800px;
    /* background: white url('../imgs/web_top.png') no-repeat center top; */
    background: white;
}

#logo_paperclip {
	width: 121px;
	height: 34px;
	background: url('../imgs/paperclip-cabecera.png') no-repeat;
}

table#cabecera {
    width: 100%;
    margin: 5px 0px;
}
#enlaces {
    text-align: right;
    font-size: 11px;
}

#enlaces a {
    color: #606060;
    text-decoration: none;

}

#enlaces a:hover {
    color: black;
}

#pie {
    font-size: 10px;
    color: #808080;
    padding: 10px 0px;
}

#pie a {
    color: #8080FF;
    text-decoration: none;
}

#pie a:hover {
    color: #2020FF;
}


.pag_titulo {
    font-size: 28px;
    text-align: right;
    color: #2020E0;
    background: #F8F8FF;
    font-style: italic;
    
    padding: 10px;

    border-bottom: 1px solid #E0E0FF;
    
    -moz-border-radius: 10px 10px 0px 0px;
}

.por_pag_titulo {
    font-size: 14px;
}
.por_pag_info {
    color: #808080;
    font-size: 10px;
}
ul.listado {
    list-style-image: url('../imgs/bullet.png');
}
ul.listado li {
    padding-bottom: 10px
}


.secc_titulo {
    background: #F0F0F0;
    color: blue; 
    padding: 5px;
    font-weight: bold;
    -moz-border-radius: 5px;
}
.secc_cuerpo {
    padding: 10px 0px;
}

.secc01 {
    padding: 10px;
    width: 375px;
    float: left;
}
.secc02 {
    padding: 10px;
    width: 375px;
    margin-left: 400px;       
}

/* Clase para inicios de pagina */
.page_hilight {
    font-size: 20px;
    color: #000040;
}

/* Barra Social */
.social_bar {
	text-align: center;
	margin: 0px auto;

    margin-top: 40px;
	padding: 10px;
	background: #e0E0FF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 40%;
}
.social_bar_portada {
	width: 100%;
}
.social_bar a {
	color: #8080FF;
}

.social_bar a:hover {
	color: #4040FF;
	text-decoration: none;
}


/* Teh Big Banner! */
.banner_container {
    background: url('../imgs/ajax-loading.gif') no-repeat center center;
    
    height: 300px;
}
.banner {
    position: absolute;
    width: 800px;
    height: 300px;
    cursor: pointer;
}
.banner_links_div {
    text-align: right;

    padding: 10px;
    padding-right: 20px;
    font-size: 10px;
}
a.banner_links {
    background: #E0E0E0;
    padding: 2px 4px;
    margin: 0px 3px;
    color: black;
}

a.banner_links_active {
    background: #E00000;
    padding: 2px 4px;
    margin: 0px 3px;
    color: white;
}

a.banner_links_active:hover {
    text-decoration: none;
}

a.banner_links:hover {
    background: #0000A0;
    color: white;
    text-decoration: none;
}

.legal {
	font-size: 9px;
	color: #808080;
}
