/**
 * @author Divisa Informática y Telecomunicaciones S.A.
 * @since Proxia Portal Server 6.6
 * @copy  2012
 */

/** INICIO ESTILOS GLOBALES **/
@import url('/css/centros/contents.css');
@import url('/css/centros/calendar.css');

/**
 * Estilo general de los distintos elementos globales del sistema, cuerpo,
 * controles de formulario, celdas y cabeceras, etc.
 */
body{
    font-family: Arial,Verdana,Geneva,sans-serif;
    font-size: 68%;
    margin: 0 auto;
    padding: 0;
}

/** Estilos básicos de tablas **/
table {
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	height: 1%;
}

tbody {
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

tr {
	border: none;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0;
	border-spacing: 0;
	margin: 0;
}

th {
	vertical-align: top;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}

/**
 * Estilos para formularios en general.
 */
label {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}

input {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	border-style:solid;
	border-width:1px;
}

input.checkbox {
	border: 0px;
}

select {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	border-style:solid;
	border-width:1px;
}

textarea {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	border-style:solid;
	border-width:1px;
}

button {
	border-style:solid;
	border-width:1px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin-left: 0.5em;
	text-align: center;
	cursor: pointer;
}

fieldset {
	border: none;	
	padding: 0;
}

legend {
	margin-left: 0.5em;	
}

form {
	margin: 0;
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

hr {
	height: 1px;
	margin: 4px 4px;
	border: none;
}

/**
 * Estilos de lista
 */
ol {
	margin: 0 0 0 23px;
}

ul {
	margin: 0 0 0 23px;
	padding: 0;
	list-style-type: disc;
}

ul.squarelist {
	margin: 0 0 0 1em;
	list-style-type: square;
}

li.squarelist {
	margin: 0 0 0 1em;
	list-style-type: square;
}

p.cmParagraph{
	margin:0 0 1em 0;
}

div.separator {
	height: 1em;
	min-height: 1em;
}

.dontShow {
	display: none;
}

.cmEmbedImageright {
    margin-left: 0.5em;
}

.cmEmbedImageleft {
    margin-right: 0.5em;
}

div.cmClear {
	clear: both;
}

/* FIN ESTILOS GLOBALES */


/** Estilos para la página de error **/
BODY.bodyError {
}

DIV.pageError {
	text-align: center;
	padding-top: 5em;
	margin: 0 auto;
}

DIV.pageErrorMain {
	width: 50em !important;
	width: 55em;
	border-style:solid;
	border-width:1px;
	padding: 1em 2em 2em 2em;
}

h1 {
	font-size:1.2em;
}

h1.cabecera {
	background-color: transparent;
	margin-top: 0;
	background: url(../imagenes/common/ico_logo.gif) no-repeat left;
	text-align: left;
	padding: 1em 1em 1em 3em;
	font-size: 2.4em;
}

p.contentAbstract{
	font-size:1.1em;
	margin:0 0 1em 0;
	color: #666;
}

h2.errorHeader {
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 0.3em 0.5em 0.3em 0.5em;
	font-size: 1.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif 
}

div.errorText {
	text-align: left;
	font-size: 1.1em;
	padding: 0.5em 0 0.5em 0;
}

a.backLink {
	font-weight: bold;
	font-size: 1.1em;
}

/* corresponde al wizard*/
div.parameterBlock h3, 
h3.autoSection, 
.cmResourcesOuterBox h3.cmResourceListHeader, 
.cmRelatedContentsOuterBox h3.cmRelatedContentsHeader {
	font-size:1em;
}

div.parameterBlock {
	font-size:0.9em;
}

input,
select,
textarea,
button{
	border-color:#ccc;
}

/* colores zona de estilos generales*/
hr {
	background-color: #ccc;
}

div.pageErrorMain {
	border-color:#b1bcc7;
}

h1 {
	color:#000;
}

h1.cabecera,
a.backLink{
	color: #022c5b;
}

h2.errorHeader {
	border-bottom-color:#b1bcc7;
	color: #ca5600;
}

div.errorText {
	color: #424a52;
}

body div.contentAdvancedOptionsFloating {
	width:90px;
}

body div.contentAdvancedLayoutOptions {
	width:130px;
}

body div.contentAdvancedLayoutOptions.contentAdvancedOptionsEditArea {
	width: 110px;
}

/* Clear Floats Without Structural Markup */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	height: auto !important;
	min-height: 0;
	height: 1%;
}
