#textos a {
	color:#2B4E79;
	text-decoration:none;
	font-weight:600;
}


.cssform p{
width: 240px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed #ccc;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -125px; /*width of left column*/
width: 80px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform .texto{ /*width of text boxes. IE6 does not understand this attribute*/
width: 230px;
border: 1px solid gray;
}

.cssform textarea{
width: 230px;
height: 150px;
border: 1px solid gray;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../_img/formbg.gif) repeat-x left top;
margin-left: 15px;
font-size:0.8em;
}


.noti_element
{
	padding-top:2px;
	padding-left:10px;
	text-align:left;
}

.noticiasdiv{
clear: left;
text-align:justify;
}

.noticiasdiv .floatbox{
float: left;
width: 210px;
}

.aviso_noresponsable{
background:#EFECB4;
padding:5px;
border: 1px dashed #ccc;
color:#2B4E79;
height: 33px;
margin-top:8px;
}

.viaje_img1{
float:right;
padding-left:8px;
padding-top:8px;
padding-bottom:8px;
}

.viaje_img2{
float:left; 
padding-right:8px;
padding-top:8px;
padding-bottom:8px;
}

