﻿@charset "UTF-8";
/* CSS Document */

a {
	color: #95173a;
	text-decoration: none;
	}
	
	a:hover {
	text-decoration: underline;
	}
body{
	font-family: "Arial";
	font-size: medium;
	color: #5F5F5F;
	/*background-image: url(../image/fondo.jpg);
	background-repeat: repeat-x;*/
	clear: both;
}
a:focus{outline:1px dotted}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
h1{font-size:1.5em; color: #b72f24;text-transform: uppercase;}
h2{font-size:1.3em; color: #b72f24;text-transform: uppercase;}
h3{
	font-size: 1.2em;
	color: #FF33CC;
	text-transform: uppercase;
}
h5 {font-size: 1.1em;font-weight: bold;color: #b72f24;padding-top: 10px;padding-right: 10px;padding-bottom: 10px;}
h6 {
	color: #660066;
	padding: 0px;
}
ol{list-style:decimal}
ul{list-style:disc}
li{margin-left:30px}
dl,hr,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

label{
	color: #666;
}

blockquote {
	position:relative;
	padding:10px;
	background-color: #b72f24;
	color:#fff;
	width:40%;
	margin:10px;
	float:left;
	}
	
	#box {}
	
#topcontainer {
	position: fixed;
	top: 10px;
}	


#headerlink {
	text-align: right;
}

#headertext  {
	left: 13px;
	position: relative;
	top: 15px;
}

#headertext p { text-align: justify; font-family: Arial, Helvetica, sans-serif; z-index:100; color: #666; }

#intro,#intro1, #intro2,#pdf
{
	border: 1px solid #DEDEDE;
	background-image: url(../image/white-opacity-60.png);
	background-repeat: repeat;
}
#maintext{
	background-image: url(../image/white-opacity-80.png);
	background-repeat: repeat;
	}


#logo {
	
	height: 100px;
	width: 197px;
	z-index:100;
}

#maintext, #intro  {
	text-align: justify;
	
}

.boxcontent {
	padding: 2px;
}

.boxcontent p { text-align: justify; line-height: 1.1em; 	
}


#boxtitulo_rojo, #boxtitulo_rojo1,#boxtitulo_rojo2   {
	height: auto;
	width: 100%;
	background-color: #b72f24;
	
	}
	
#boxtitulo_amarillo {
	position: relative;
	height: auto;
	width: 100%;
	background-color: #FF6699;
	z-index: 1002;
}
	
#boxtitulo_amarillo h2 {
	position:relative;
	color: #FFF;
	vertical-align: middle;
	display: block;
	padding: 4px;
	z-index:1002;
	position: relative;
	}

#boxtitulo_rojo h2, #boxtitulo_rojo1 h2, #boxtitulo_rojo2 h2 {
	color: #FFF;
	vertical-align: middle;
	display: block;
	padding: 4px;
	position: relative;
	}
