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

body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center
}

#wraper{
	margin:auto;
	width:770px;	
	text-align:left;
}

h1{
	color:red;
	font-size:1.5em;
	padding-left:14px;
}
h2{
	color:red;
	font-size:1.2em;
	padding-left:14px;
}

h3{
	color:red;
	font-size:1.1em;
	/*padding-left:14px;*/
	text-align:center;
}

h3 A{
	color:#0000FF;
}

.menu_bottom{
	color:blue;
	font-size:0.7em;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.menu_bottom A {
	color:blue;
}

/**************************
******** HOME *******
***************************/

.HOME H1{
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#CC6600;
	font-weight:bold;
	padding:0px;
}

.HOME H2{
	font-size:0.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	color:#CC6600;
	font-weight:bold;
	padding:0px;
	margin-bottom:0px;
}

/**************************
******** breadcrumb *******
***************************/

.breadcrumb{
	text-align:center;
	font-size:0.6em;
}

.breadcrumb A {
	color:blue;
}
.bc_title{
}
.bc_separator{
}

/**************************
******** vea_también *******
***************************/
/*
.vea_tambien{
	text-align:center;
	font-size:0.6em;
}*/

.vea_tambien{
	text-align:left;
	font-size:0.6em;
	float:right;
}

.vea_tambien LI{
}

.vea_tambien A{
	color:blue;
	/*font-size:0.8em;*/
}

/**************************
******** desc *******
***************************/
.desc{
	color:#666666;
	text-align:center;
	font-size:0.6em;
}
