/*---Contact Us---*/
/*------------------------------------Buttons-----------------------------*/
.boton {
    cursor:pointer;
    background-color: #aebcc5;
    border-color: #666666;
    
    border-left-color:#cccccc;
    border-top-color:#cccccc;

    border-style: solid;
    border-width: 1px;
    padding: 0 10px 0 10px;
    color: #465B6C;
    font-size: 11px;
    font-weight: bold;
    text-decoration:none;
    font-family:  "verdana", arial, sans-serif;
}
.inputboxsearch {
    cursor:pointer;
    background-color: #ffffff;
    border-color: #666666;
    
    border-left-color:#cccccc;
    border-top-color:#cccccc;

    border-style: solid;
    border-width: 1px;
    padding: 0 10px 0 10px;
    color: #465B6C;
    font-size: 9px;
    font-weight:normal;
    text-decoration:none;
    font-family:  "verdana", arial, sans-serif;
}
.inputbox {
    font-size:11px;
    border:  solid 1px #c1c1b7;
    background-color:#aebcc5;
    border-left-color:#ddddd7;
    border-top-color:#ddddd7;
    font-family:  "verdana", arial, sans-serif;
    /*text-decoration:underline;*/
}
.titulo {
	font-family:  "verdana", arial, sans-serif;
	color: #7C2748;
	font-weight: bold;
}
/*------------------------------------Buscador.html-----------------------------*/
/*---------------------------------estilo del buscador--------------------------*/
.form_search {
	border: 1;
	bachground-color: red;
	width: 0;	
	/*float: left;*/
	/*text-align: right;*/
	/*margin-right: 10px;*/
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 800px;
}
/*------------------------------------*.html-----------------------------*/
/*--------------------------textos en cada una de las paginas-------------------*/
.texto {	
	font-size: 11.5px;
	text-decoration:underline
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.tPlastictImgs{
	width: 550px;
}
.tPlastictImgs td{
	text-align: center;
}
.tPlastictImgs img{
	margin-bottom: 20px;
}