﻿body {
	background-image: url(../media/back_principal.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #404850;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: medium;
}
img {
	border: none;
}
ul#icons {
	margin: 0; 
	padding: 0;
    font: 65% "Trebuchet MS", sans-serif;
}
ul#icons li {
	margin: 2px; 
	position: relative; 
	padding: 4px 0; 
	cursor: pointer; 
	float: left;  
	list-style: none;
    font: 65% "Trebuchet MS", sans-serif;
}
ul#icons span.ui-icon {
	float: left; 
	margin: 0 4px;
}
.header {
	background: url(../media/back_header.jpg);
	width: 900px;
	height: 94px;
	vertical-align:bottom;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #404850;
	font-weight: bold;
}
.jquery {
	margin-top: 2em; 
}
.table_content{
	width: 94%;
	text-align: left;
}
.etiquetas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #981a24;
	text-transform: lowercase;
}
.etiquetas_obligatorias {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #981a24;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #2e2e2f;
}
.botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #404850;
	color: #ffffff;
	text-transform: capitalize;	
}
/*- Tablas -------------------------*/
.header_template {
	background-color: #404850;
	padding-left: 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

.item_template {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #898582;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

.alternating_item_template {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #898582;
	background-color: #dddddd;
	padding-left: 5px;
	padding-right: 5px;
}

.footer_template {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.item_link {
    text-align: center;
}

.table_link:link {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #981a24;
	text-align: center;
}

.table_link:visited {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #981a24;
}

.table_link:hover {
	text-decoration: underline;
}
/*----------------------------------*/
/*- Menu --------------------------- */
#menu {
	width: 163px;
	margin: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border-style: solid solid none solid;
	border-color: #fff;	
	}
	
#menu li a {
	height: 22px;
	text-decoration: none;
	color: #404850;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #404850;
	display: block;
	background: url(../media/menu_opciones.jpg);
	}
	
#menu li a:hover {
	color: #ffffff;
	background: url(../media/menu_opciones.jpg) 0 -22px;
	}
/*----------------------------------*/
.row_space {
	height: 5px;
}
.validaciones {
	font-weight: bold;
	font-size: 13px;
	color: red;
}