/********************************************
   AUTHOR:  	  	
   WEBSITE:   		 
   TEMPLATE NAME: 	 	
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   ELEMENTOS HTML 
********************************************/ 

/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	list-style:none;
}
body {
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	text-align:left;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
/**************************************
   LAYOUT 
***************************************/	

/* ajustes de anchos fijos para el layout */
.contenedor {
	width:950px;
	margin:0 auto;
	background-color:#FFFFFF;
}
.encabezado {
	height:114px;
	background-image:url(../img/bg-head.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.menu {
	width: auto;
	float:right;
}
.menu-lateral {
	float:left;
	width:186px;
}
.sub-contenedor {
	width:950px;
	float:left;
	
}
.principal {
	width:429px;
	float:left;
	padding:0px 21px 0px 24px;
	border-right:0px solid #e5e5e5;
	
}
.columna-izq {
	padding:0px 21px 0px 24px;
	
	
}
.lateral {
	width:430px;
	float:left;
	padding:0px 24px 0px 21px;
	
}
.pie {
	clear:left;
	
	width:950px;
	float:left;
}
/*contenedor*/
div.contenedor {
}
/*encabezado*/
div.encabezado {
}
/*menu*/
div.menu {
}
/*contenido*/
div.contenido {
}
/*lateral*/
div.lateral {
}
/*contenedor*/
div.pie {
}
/*contenedor*/
div.pie-contenedor {
}
.menubotoo {
	height:34px;
	text-align:right;
	font-size:9.5pt;
}
.menubotoo:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.menubotoo ul {
	width: 100%;
	padding: 11px 13px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.menubotoo ul li {
	display: inline;
}
.menubotoo ul li a {
	color: #cc2a2a;
	padding: 11px 7px;
	margin: 0;
	text-decoration: none;
}
.menubotoo ul li a:hover {
	color: #6c6c6c;
}
/**************************************
   ELEMENTOS GENERALES
***************************************/

/* clases de alineacion */

.floater {
	float: left;
}
.float-r {
	float: right;
}
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}
.align-c {
	text-align: center;
}
/* otros elementos */
.serif {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.size1 {
	font-size:8.5pt;
}
.size2 {
	font-size:9pt;
}
.size3 {
	font-size:11pt;
}
.size4 {
	font-size:13pt;
}
.size5 {
	font-size:15pt;
}
.size6 {
	font-size:20pt;
}
.input_01 {
 height:;
 color:;
 border:;
	background:url() repeat-x top;
	padding:0;
	line-height:0;
}
.bloque, .bloque * {
	display:block;
}
.enlinea, .enlinea * {
	display: inline;
}
.bold {
	font-weight:bold;
}

h1 {
	font-weight:regular;
}

.clear-r {
	clear:right;
	float:right;
}
.clear-l {
	clear:left;
	float:left;
}
.color1 {
	color:#939393;
}
.color1 a {
	color:#939393;
	text-decoration:none;
}
.color1 a:hover {
	color:#cc2a2a;
	text-decoration:none;
}
.color2 {
	color:#cc2a2a;
}
.color2 a {
	color:#cc2a2a;
	text-decoration:none;
}
.color2 a:hover {
	color:#939393;
	text-decoration:none;
}
.color3 {
	color:#787878;
}
.color4 {
	color:#000;
}
.color4 a {
	color:#000;
	text-decoration:none;
}
.color4 a:hover {
	color:#cc2a2a;
	text-decoration:none;
}
.italic {
	font-style:italic;
}
.pad_10 {
	padding:10px;
}
.padr_10 {
	padding-right:10px;
}
.padl6 {
	padding-left:6px;
}
.padl14 {
	padding-left:14px;
}
.padt6 {
	padding-top:6px;
}
.padt8 {
	padding-top:8px;
}
.padr14 {
	padding-right:14px;
}
.padb10 {
	padding-bottom:10px;
}
.patb10 {
	padding-top:10px;
}
.mart6 {
	margin-top:6px;
}
.marb10 {
	margin-bottom:10px;
}
.marl6 {
	margin-left:6px;
}
.almedio {
	vertical-align:middle;
}
.borderbot1 {
	border-bottom:1px solid #e8e8e8;
}
.borderbot2 {
	border-bottom:1px solid #a3a3a3;
}


.bordertop1 {
	border-top:1px solid #e8e8e8;
}
/* fijar alto */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* HTML .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
/* End clearfix */
/* Hack para IE7 */
.clearfix {
	zoom: 1;
}
.borderbot1 {
	border-bottom:1px solid #e8e8e8;
}
.border1 {
	border:1px solid #e8e8e8;
}
.login-top {
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #525252;
	border-bottom:1px solid #525252;
	height:12px;
	background-color:#1c1c1c;
	color:#999999;
	width:91px;
	font-size:8.5pt;
}
.bull1 {
	padding:1px 0px 0px 10px;
	background-image:url(../img/bullet2.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
}
.selectedmenu {
	background-image: url(../img/menu-selected.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
/**************************************
   TEST 
***************************************/

.test1 {
	background:red;
}
.test2 {
	background:blue;
}
.test3 {
	background:green;
}
.test4 {
	background:orange;
}
.test5 {
	background:purple;
}
.test6 {
	background:yellow;
}
.test7 {
	background: #CCCCCC;
}

#paginador {
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	width:635px;
	padding-top:13px;
	height:17px;
	border-top:1px solid #CCCCCC;
}
.prev {
	background-image:url(../img/previ.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}
.next {
	background-image:url(../img/nexti.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}
.formbox {
	border-top:1px solid #858585;
	border-right:1px solid #c1c1c1;
	border-bottom:1px solid #e2e2e2;
	border-left:1px solid #c1c1c1;
}
.innerfade({ animationtype: Type of animation 'fade' or 'slide' (Default: 'fade'), speed: Fadingspeed in milliseconds or keywords (slow, normal or fast)(Default: 'normal'), timeout: Time between the fades in milliseconds (Default: '2000'), type: Type of slideshow: 'sequence', 'random' or 'random_start' (Default: 'sequence'), containerheight: Height of the containing element in any css-height-value (Default: 'auto') runningclass: CSS-Class which the container get’s applied (Default: 'innerfade') }); 
