.editorwys {
	width: auto;
	height: auto;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	margin: 10px;
	padding: 0;
	border: 0px solid #333333;
}

/*Estilos para Parrafos*/
.editorwys p, .editorwys div, .editorwys{
	font-weight: normal;
	font-size: 1.15em !important;
	line-height: 1.5em;
	color: #595957;
	background-color: transparent;
	text-align: justify;
	margin: 0px 0px 10px 0px;
	padding: 0;
	border: 0px solid #333333;
        width: 100%;
	float: left;
}

.editorwys p.titulo, .editorwys  div.titulo {
	font-family: Georgia, serif;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	background-color: transparent;
	color: #24638b;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0px solid #333333;
        float: left;
}

.editorwys  div.cursiva,.editorwys p.cursiva {
	font-style: italic;

}  

.editorwys  p.destacado,  .editorwys  div.destacado  {
	font-weight: bold;
        width:100%;
}

/*Estilos para Imagenes*/
.editorwys img {
	float: left;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 5px;
	border: 1px solid #24638b;
}
.editorwys img.imagenDerecha {
	float: right;
	width: 185px;
	background-color: #FFFFFF;
	margin: 3px 0 5px 10px;
	padding: 5px;
	border: 1px solid #24638b;
}
.editorwys img.imagenCentrada {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #24638b;
	text-align:center;
	height:auto;
	margin: 0px auto;
	padding:3px;
	display:block;
	float:none;
}
.editorwys img.sinBorde, .editorwys table.sinBorde tbody,
.editorwys table.sinBorde, 
.editorwys table.sinBorde tbody tr,
.editorwys table.sinBorde tbody tr td
{
	border:0 none;
}



.editorwys img.mapaConsorcio{
	text-align:center;
	width: 600px;
	height: 422px;
}
.editorwys img.imagenCentradaSinBorde {
	border:0 none;
	text-align:center;
	height:auto;
	margin: 0px auto;
	padding:3px;
	display:block;
	float:none;
}

/*Estilos para Listas*/
.editorwys ul {
	width: 100%;
	height: auto;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0;
	padding: 0;
	border: 0px solid #333;
}
.editorwys ol {
	width: 100%;
	height: auto;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 10px 0;
	padding: 0;
	border: 0px solid #333;
}
.editorwys ul li {
	width: 95%;
	height: auto;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	background: #ffffff url(../images/bullet_listado.gif) no-repeat scroll left 4px;
	color: #8d8d8a;
	margin: 5px 0 5px 20px;
	padding: 0 0 0 20px;
	border: 0px solid #333333;
float: left;
}

.editorwys ul li img{
background: none;
float:left !important;
margin:15px 5px 15px 0;
	height: 130px;

}
.editorwys ol li {
	width: 93%;
	height: auto;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	display: list-item;
	vertical-align: top;
	background-color: transparent;
	color: #8d8d8a;
	margin: 5px 0 5px 20px;
	padding: 0;
	border: 0px solid #333333;
}

/*Estilos para Tablas*/
.editorwys table {
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #FFFFFF;
	border-collapse: collapse;
	table-layout: auto;
	margin: 10px 0px;
	padding: 0;
	border: 0px solid #333;
}
.editorwys table caption {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
	color: #3da8ec;
	background: transparent url(../images/bullet_caption.gif) no-repeat scroll left 6px;
	margin: 0;
	padding: 5px 0 5px 15px;
	border: 0px solid #333;
}
.editorwys table thead {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border: 0px solid #333;
}
.editorwys table thead tr {
	width:100%;
	height:auto;
	background: #24638b url(../images/patron_thead.gif) repeat-x scroll left top;
	margin:0;
	padding:0;
	border: 1px solid #24638b;
}
.editorwys table thead tr th ,table thead tr th div {
	width: auto;
	height: auto;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bolder;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	padding: 2px 5px;
}
.editorwys table tbody {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	color: #616466;
	margin: 0;
	padding: 0;
	border: 1px solid #24638b;
}

.editorwys table tbody img{
	border: 0px;
}

.editorwys table tbody tr {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border: 1px solid #24638b;
}
.editorwys table tbody tr td {
	width:auto;
	height:auto;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	color:#595957;
	vertical-align:top;
	margin:0;
	padding:2px 5px;
	border:1px solid #24638b;
}
.editorwys table tbody tr td p{
	padding: 0;
	margin: 0;
}
.editorwys table tbody tr td div{
	font-size: 1.1em;
	font-weight: inherit;
	line-height: 1.2em;
	background-color: transparent;
	color: #595957;
	padding: 0;
	margin: 0;
	border: 0 solid #333333;
}
.editorwys table tbody tr.par {
background-color: #e0f2ff;
}

/*Estilos para Enlaces*/
.editorwys a {
color:#3da8ec !important;
font-size:1.1em !important;
font-style: normal !important;
font-weight: normal;
text-decoration:underline !important;

}

.editorwys a:hover {
text-decoration:underline !important;
}

/*Estilos Varios*/
.editorwys strong {
	font-weight: bolder;
}

.editorwys .Indent1 {
	float: left;
    width: 92%;
    margin: 5px 0 5px 40px;
}


.editorwys .Indent2 {
	margin: 5px 0 5px 80px;
	float:left;
}
.editorwys .Indent3 {
	margin: 5px 0 5px 120px;
	float:left;
}
.editorwys .Indent4 {
	margin: 5px 0 5px 140px;
	float:left;
}
.editorwys .Indent5 {
	margin: 5px 0 5px 160px;
	float:left;
}

.editorwys p .JustifyLeft {
	text-align: left;
}
.editorwys p .JustifyRight {
	text-align: right;
}
.editorwys p .JustifyCenter {
	text-align: center;
}
.editorwys p .JustifyFull {
	text-align: justify;
}

.JustifyLeft {
	text-align: left !important; 
}
.JustifyRight {
	text-align: right !important; 
}
.JustifyCenter {
	text-align: center !important; 
}
.JustifyFull {
	text-align: justify !important; 
}
kbd{
	line-height:2em;
	font:normal .8em "Lucida console", Courier, monospace;
	border-top:.15em solid #ccc;
	border-right:.25em solid #aaa;
	border-bottom:.3em solid #888;
	border-left:.2em solid #bbb;
	padding:.05em .2em;
	margin:0 1.5px;
	color:#000;
	background:#eee;
	vertical-align: text-bottom;
	}


.editorwys table.transportes{
	text-align: center;
}

.editorwys table.transportes thead tr th {
	text-align: center;
	border: 1px solid #24638b;
	text-align: center;
}
.editorwys table.transportes tbody tr td {
	vertical-align: middle !important;
}
.editorwys table.transportes span.destino{
	font-size: 1.1em;
	font-weight: bold;
}
.editorwys table.transportes span.bus{
	font-size: 1.1em;
}

.editorwys div.pie-transportes{
	text-align: center;
}
.editorwys div.separador_dotted{
	border-bottom: 1px dotted #616568;
	width: 90%;
	clear: both;
	margin: 0 auto 2px auto;
	height: 1px;
}
.editorwys div.separador{
	border-bottom: 1px #fff;
	width: 90%;
	clear: both;
	margin: 0 auto 2px auto;
	height: 1px;
}