@charset "utf-8";

/* >>> BASE */
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #A26AB3;
	margin-top: 2em;
	margin-bottom: 1.2em;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em;
	color: #A26AB3;
}
p {
	margin: 1em 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
	margin-top: 0px;
	width: 770px;
}
td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0E1F5;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9C57B1;
	background-color: #F0E1F5;
	padding: 10px;
	text-align: left;
}
form {
	background-color: #FDF5FF;
	margin-bottom: 20px;
	padding: 20px;
}
form td {
	border: none;
}
form ul {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
input {
	padding: 2px;
}
/* <<< BASE */

/* OK >>> feedback usuario */
.info {
	background-color: #F9F0FC;
	border-top: 1px solid #F2E8F5;
	border-bottom: 1px solid #F2E8F5;
	text-align: center;
	font-weight: bold;
	margin: 2em 0 2em 4em;
	width: 450px;
	padding: 12px;
	background-image: url(../img/ico_info.gif);
	background-position: 30px;
	background-repeat: no-repeat;
}
#resultado {
	border-style: solid;
	border-width: 2px;
	padding: 0.6em;
	margin: 1em 0;
}
#resultado li {
	margin-bottom: 0.4em;
	list-style-type: disc;
	list-style-position: inside;
}
#resultado.error {
	background-color: #FFE1E1;
	border-color: #FF0000;
	color: #990000;
}
.exito {
	background-color: #EAFFEA;
	color: #336600;
	border-color: #009900;
}
/* <<< feedback usuario */

/* OK >>> contenedor */
#contenedor {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
/* <<< contenedor */

/* OK >>> cabecera */
#cabecera {
	height: 75px;
	background-color: #F2E8F5;
}
#cabecera p {
	float: right;
	text-align: right;
	margin-top: 0.7em;
	margin-right: 0.6em;
	margin-bottom: 0.5em;
	display: inline;/*IE BUG: Double float margin*/
}
#logo {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	width: 115px;
	height: 75px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	outline-style: none; 
}
/* <<< cabecera */

/* OK >>> navegacion */
#navegacion {
	height: 56px;
	padding-left: 105px;
	background-color: #F9F0FC;
}
#navegacion li {
	float: left;
	font-size: 1.2em;
	line-height: 56px;
	text-transform: uppercase;
}
#navegacion li a {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #A9A9A9;
}
#navegacion li a:hover, #navegacion li #tab_on {
	color: #9F58B5;
	background-color: #FFFFFF;
}
/* <<< navegación */

/* >>> contenidos */
#contenidos {
	margin-top: 1.4em;
}
form.ordenar {
	background-color: transparent;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
}
table.form {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
#contenidos table {
	margin-bottom: 15px;
}
#contenidos table a {
	text-decoration: underline;
}
#contenidos table a:hover {
	text-decoration: none;
}
#contenidos ul a, #contenidos .breadcrumb a {
	font-weight: bold;
	text-decoration: underline;
}
#contenidos ul a:hover, #contenidos .breadcrumb a:hover {
	text-decoration: none;
}
#contenidos form table {
	width: 60%;
	margin: 0;
}
/* <<< contenidos */

/* OK >>> login */
#login {
	background-color: #F2E9F2;
}
#login h1 {
	background-image: url(../img/bck_h1.gif);
	text-indent: -9999px;
	height: 154px;
	width: 209px;
	margin-top: 40px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#login #contenedor {
	width: 781px;
	background-color:#FFFFFF;
	border: 1px solid #C19CC1;
	min-height: 600px;
	background-image: url(../img/bck_login.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 30px;
}
#login form {
	background-color: #C9A8C9;
	width: 352px;
	margin: 15px auto;
}
#login table {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
#login .idiomas {
	width: auto;
}
#login a {
	color: #FFF;
}
#login a:hover {
	color: #000;
	text-decoration: none;
}
#login .idiomas li {
	margin-bottom: 1em;	
}
#login #resultado {
	width: 372px;
	margin: auto;
}
a#logout {
	background-image: url(../img/ico_logout.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: underline;
}
a#logout:hover {
	text-decoration: none;
}
/* <<< login */

/* >>> tinymce */

/* <<< tinymce */
#contenidos .mceToolbar {
	margin: auto;
}
/* OK >>> COMUNES */
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
a.underline  {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}
.color_5f5f5f, a.color_5f5f5f:hover, .color_5f5f5f a {
	color: #5F5F5F;
}
.color_A26AB3 {
	color: #A26AB3;
}
.color_FF0000 {
	color: #FF0000;
}
}
.uppercase {
	text-transform: uppercase;
}
.bullet_circle {
	list-style-position: inside;
	list-style-type: disc;
}
.width_75 {
	width: 75%;
}
.rte ul, .rte ol {
	margin: 1em 0;
}
.rte ol {
	list-style-position: inside;
}
.rte ul {
	list-style: disc;
	list-style-position: inside;
}
.rte li {
	margin-bottom: 0.4em;
}
.img_align_middle img {
	vertical-align: middle;
}
a.eliminar {
	color: #FF0000;
}
/* <<< COMUNES */
