@charset "utf-8";
/* CSS Document */

/*H and P:*/

p{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 13px;
	color:#3d3d3d;
	line-height:17px;
	text-align:justify;
}

h1,h2,h3,h4,h5,h6,p {
    padding:0;
    margin:0;
}

h1{
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 13px;
	font-weight:700;
	color:#0099FF;
	margin-top:-3px;
}

h2{
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 16px;
	line-height: 20px;
	color:#CC6600;
	font-weight:600;
	
}

h3{
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 14px;
	color:#CC6600;
	font-weight:500;
	line-height: 30px;
}
font.orange{
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 13px;
	color:#CC6600;
	font-weight:500;
}



/*DIV CLASS:*/

/*Titles */
.title {
	width: 674px;
	float:left;
	margin-left: 25px;
	padding-top: 15px;
	padding-bottom:35px;
}

.subtitle {
	width: 674px;
	float:left;
	margin-left: 25px;
	padding-top: 15px;
}

/*Botones */
.icon_boton {
	height: 25px;
	width: 23px;
	float:left;
	margin-left:8px;
	margin-top:2px;
}

.text_boton {
	height: 20px;
	width: 97px;
	margin-left: 0px;
	float:left;
	margin-left:20px;
	margin-top:6px;
	font-size:13px;
	text-decoration:none;
}


/*TEXTS*/

.text{
	width: 674px;
	line-height:17px;
    margin-left: 25px;
	margin-right:25px;
	margin-bottom:10px;
	float:left;
	padding-top:5px;
}



/*RAYAS*/
.raya {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
	margin-left:25px;
	margin-right:25px;
	width: 674px;
	height:10px;
	float:left
}


/*FRAMES*/
	
.picture {
    margin-left: 25px;
	margin-right:25px;
	height:139px;
	text-align:center;
	float:left;
	}
	
.picture-left{
	float:left;
    margin-left: 25px;
	width: 102px;
	height: 72px;
	margin-bottom: 10px;
	}	

.text-right {
	float:right;
    margin-left: 30px;
	margin-right:25px;
	margin-bottom: 10px;
	width: 541px;
	}

.link-right {
	font-size: 10px;
	height: 20px;
	width: 150px;
	float:left;
	text-align:right;
	margin-left:550px;
	margin-bottom:20px;
}

.picture-right{
	float:right;
    margin-right: 25px;
	width: 102px;
	height: 72px;
	margin-bottom: 10px;
	}	

.text-left {
	float:left;
    margin-left: 25px;
	margin-right:25px;
	margin-bottom: 10px;
	width: 546px;
	}

.link-left {
	font-size: 10px;
	height: 20px;
	width: 200px;
	float:left;
	margin-left: 25px;
	margin-bottom:20px;
}

.picture-ub{
	float:left;
    margin-left: 25px;
	width: 92px;
	height: 92px;
	margin-bottom: 20px;
	margin-top:10px;
	}	



/*LINKS*/	

.linkactual	 {
    text-decoration: none;
	font-weight:600;
	height: 20px;
	width: 97px;
	float:left;
	margin-left:20px;
	margin-top:8px;
	font-size:13px;
	color: #CC6600;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

a.link1 {
    color: #0099FF;
    text-decoration: none;
}

a.link1:hover {
    color: #CC6600;
    text-decoration: none;
}

a.link1:active {
    text-decoration: none;
    color: #CC6600;
}

a.link2 {
    color: #3d3d3d;
    text-decoration: none;
}

a.link2:hover {
    color: #CC6600;
    text-decoration: none;
}

a.link2:active {
    text-decoration: none;
    color: #CC6600;
}

