body
{
    background-color: #ff9c00;
}

#todo
{
    width:904px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    min-height: 100%;
    position:relative;
    /*height: 100%;*/
    margin-bottom: 20px;
}

#pie
{
    margin-top: 18px;
    background-color: #ffcf58;
    padding-top: 12px;
    padding-left: 210px;
    /*height: 98px;*/
    left:0;
    right:0;
    position:absolute;
}

#texto_pie
{
    width:1040px;
    margin:auto;
}

#foto1
{
    float: right;
    margin-left: 15px;
    width: 177px;
    height: 177px;
}

#foto2
{
    float: right;
    margin-left: 15px;
}

#foto1 img
{
    width: 177px;
    height: 177px;
}

#foto2 img
{
    width: 177px;
    height: 177px;
}

#foto3 img
{
    width: 177px;
    height: 177px;
}

#foto3
{
    float: right;
    width: 177px;
    height: 177px;
}

#cabecera
{
    margin-left: 50px;
}

#scroller
{
    margin-top: 1px;
}

/* Container DIV - automatically generated */
.simply-scroll-container {
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
	width: 904px;
	height: 300px;
	margin-bottom: 1px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 904px;
	height: 300px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 1419px;
	height: 300px;
}

#barra
{
    margin:auto;
    margin-top: 1px;
}

#botones
{
    text-align: center;
    margin-bottom: 70px;
}

.boton
{
    min-height: 49px;
    max-width: 195px;
    float:left;
}

.boton #text
{
    background-image:url("imagenes/centro.jpg");
    background-repeat: repeat-x;
    min-height: 49px;
    color:#ff9c00;
    font-family: Verdana;
    padding-top:5px;
    text-align: center;
}

.boton #der
{
    float:right;
}

.boton #izq
{
    float:left;
}

#cuadro_texto
{
    margin-left: 40px;
    margin-right: 40px;
    font-family: Arial;
}

#titulo
{
    font-size: 24px;
}

#texto
{
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    text-align: justify;
}

#texto h2{
    color: #000000;
}

.imagen1
{
    height: 200px;
    width: 380px;
    margin-left: 40px;
}

.imagen2
{
    height: 200px;
    width: 380px;
    float:right;
    margin-right: 40px;
}

img
{
  border:0;
}

#google
{
    margin-top:30px;
    width:600px;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
}

.fieldset {
	width:550px;
        border:0;
}
.fieldset .label {
	text-align:right;
	width:90px;
	float:left;
	margin:0;
	margin-top:0.3em;
}
.fieldset .nobr {
	display:none; }
.fieldset .textfield {
	margin:3px;
	height:25px;
	width:390px;
        border:solid 0 #ff9c00;
        background: transparent url("imagenes/textfield-bg.png") no-repeat;
        background-position: 0% 50%;
        background-position: 0% -50%\0/; /*El \0/ es para que esta propiedad solo se use en IE8*/
        padding-left: 8px;
        margin-right: 8px;
}


.fieldset .textarea {
        padding-left: 8px;
        padding-top: 5px;
	margin:3px;
	height:160px;
	width:390px;
        border:solid 0 #ff9c00;
        background-color:#ff9c00;
        background: transparent url("imagenes/textarea_bg.png") no-repeat;
}

.fieldset .submit {
    margin:3px;
    height:20px;
    border:solid 0 #ff9c00;
    width:80px;
    background-color:#ff9c00;
    color:black;
    text-align: center;
    background: transparent url("imagenes/submit.png") no-repeat;
 }

 #contacto
{

    width:250px;
    margin-top:50px;
    float:right;
}

#contact
{
    /*height:500px;*/
    width:900px;
}


.form_contacto
{
    font-family:Arial;
    margin-top:40px;
    color:black;
    width:600px;
    /*float:left;*/

}

a
{
    text-decoration: none;
}

#banderas a img
{
    height:12px;
    width:24px;
    margin-top:1px;
}

#banderas
{
        text-align: right;
        clear:both;
}

h1.logo {
    background-image: url("imagenes/logo.jpg");
    background-repeat: no-repeat;
    height: 0 !important;
    width: 221px;
    overflow: hidden;
    padding: 177px 0 0 !important;
    float:left;
    margin:0;
}