diff --git a/src/carousel.css b/src/carousel.css new file mode 100644 index 0000000..74eb6b5 --- /dev/null +++ b/src/carousel.css @@ -0,0 +1,107 @@ +@charset "utf-8"; +/* CSS Document */ + +#carousel { + background:#FFFFFF none repeat scroll 0 0; + height:310px; + margin:0; + overflow:hidden; + position:relative; + width:420px; +} + +#carousel_content { + margin-left:0; + position:absolute; + top:0; +} + +#carousel_content #carousel_content li { + list-style-image:none; + list-style-position:outside; + list-style-type:none; + margin:0; + padding:0; +} + +#carousel_content { + width:3440px; +} + +#carousel ul li { + background-color:#FFFFFF; + border:medium none; + display:block; + float:left; + margin:0; + padding:0; +} + +#carousel ul li img { + display:block; +} + +#carousel_frame { + float:right; + margin-top:255px; + position:relative; +} + +#carousel_frame ul li { + height:12px; + margin:0 0 0 4px; + width:12px; +} + +#carousel_frame ul li a { + background:transparent url(images/carousel_page.gif) no-repeat scroll 0 0; + display:block; + height:12px; + width:12px; +} + +#carousel_frame ul li a:hover, #carousel_frame ul li a.onstate { + background-position:0 -12px; +} + +#text_slider { + color:#404040; + float:left; + heig ht:113px; + overflow:hidden; + padding:0 0 0; + position:relative; + width:344px; +} + +#text_slider h3 { + font-size:100%; + margin:0; +} + +#text_slider p { + font-size:100%; + margin:5px 0; +} + +#text_slider ul { + margin:10px 0 0; +} + +#text_slider a { + font-weight:bold; +} + +#text_slider_gal { + display:block; + position:absolute; + width:344px; +} + +.text_slider_item { + height:128px; + margin:0; + overflow:hidden; + padding:0; + width:344px; +} \ No newline at end of file diff --git a/src/estilos.css b/src/estilos.css new file mode 100644 index 0000000..edbfb78 --- /dev/null +++ b/src/estilos.css @@ -0,0 +1,213 @@ +@charset "utf-8"; +/* CSS Document */ + +@import('reset.css'); + + +html { + background-image:url(images/fondo.gif); + background-repeat:repeat-x; + background-position:top; + background-color: #fff; + text-align: center; + font-family: Verdana,Arial,Helvetica,sans-serif; + color:#808080; + font-size: 80%; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 170%; +} + +p, h1, h2, h3, h4 { + margin: 15px 0; +} + +h1, h2, h3, h4 { + font-family: Helvetica,Verdana,Arial,Helvetica,sans-serif; + font-stretch: normal; + font-style: normal; + font-variant: normal; + font-weight: bold; +} + +h1 { + font-weight: normal; + font-size:195%; +} + +h2 { + font-weight: normal; + font-size:180%; +} + +h3 { + font-size:120%; +} + +h4 { + font-weight: normal; + font-style: italic; + font-size: 110%; +} + +a { + color: #E46825; + font-weight: bold; +} + +a:hover, a:active { + color: #666666; + text-decoration: none; +} + +p { +} + +ul { + list-style-image:none; + list-style-position:outside; + list-style-type:square; + margin:15px 0 15px 20px; +} + +li { +} + + +#layout { + margin: 0 auto; + width: 980px; + min-height: 700px; + background-color: #fff; + background-image: url(images/fondo-principal.gif); + background-repeat: no-repeat; + background-position: top; +} + +#cabecera { + margin: 0 auto; + padding: 0; + width: 960px; + height: 133px; + text-align: left; +} + + #logotipo { + background-image: url(images/logotipo.gif); + background-repeat: no-repeat; + background-position: 20px 30px; + width: 480px; + height: 125px; + float: left; + } + #cabecera h1, #cabecera h2 { + margin: 0; + padding: 0; + display: none; + } + +#banner { + margin: 0 auto; + padding: 0; + width: 960px; +} + + +#principal { + text-align: left; + margin: 1px auto; + padding: 20px 0 0 0; + width: 960px; +} + + #principal p { + padding-left: 15px; + } + +#inicio_izquierda { + border-right: 1px solid #CCCCCC; + float: left; + padding: 0 25px 15px 25px; + width: 450px; +} + +#inicio_derecha { + float: right; + padding: 0 0 0 25px; + width: 430px; +} + +.clear { + clear:both; +} + +#pie_layout { + text-align: left; + margin: 0; + padding: 0; + background-image:url(images/fondo-pie.gif); + background-repeat:repeat-x; + background-position: top; + height: 283px; + width: 100%; + text-align: left; + color: #777; +} + +#pie { + line-height: normal; + width: 960px; + margin: 0 auto; + padding: 12px 0 0 0; + color: #CABA9F; + font-family: Verdana, Geneva, sans-serif; +} + + #pie_izquierda { + text-align: left; + margin: 0 0 0 15px; + padding: 0; + width: 460px; + float:left; + } + + #pie_derecha { + text-align: right; + margin: 0 15px 0 0; + padding: 60px 0 0 0; + width: 460px; + float:right; + } + + #pie a { + color: #fff; + } + + + #pie h3 { + text-transform:none; + background: none; + margin: 0 0 10px 0; + font-size: medium; + font-weight:normal; + } + + #pie strong { + font-size: small; + } + + #pie p { + margin: 0 0 15px 0; + padding: 0; + font-size:x-small; + } + + +.divisor { + border: 0; + border-bottom: 1px solid #CCCCCC; + clear: both; + height: 1px; + margin: 15px 0; +} \ No newline at end of file diff --git a/src/fotos/proyecto1.jpg b/src/fotos/proyecto1.jpg new file mode 100644 index 0000000..7118d7d Binary files /dev/null and b/src/fotos/proyecto1.jpg differ diff --git a/src/fotos/proyecto2.jpg b/src/fotos/proyecto2.jpg new file mode 100644 index 0000000..65381fa Binary files /dev/null and b/src/fotos/proyecto2.jpg differ diff --git a/src/fotos/proyecto3.jpg b/src/fotos/proyecto3.jpg new file mode 100644 index 0000000..5aa9df2 Binary files /dev/null and b/src/fotos/proyecto3.jpg differ diff --git a/src/images/banner1.jpg b/src/images/banner1.jpg new file mode 100644 index 0000000..040dd4f Binary files /dev/null and b/src/images/banner1.jpg differ diff --git a/src/images/fondo-pie.gif b/src/images/fondo-pie.gif new file mode 100644 index 0000000..8593019 Binary files /dev/null and b/src/images/fondo-pie.gif differ diff --git a/src/images/fondo-principal.gif b/src/images/fondo-principal.gif new file mode 100644 index 0000000..cb40e32 Binary files /dev/null and b/src/images/fondo-principal.gif differ diff --git a/src/images/fondo-titulo.gif b/src/images/fondo-titulo.gif new file mode 100644 index 0000000..69d0c3d Binary files /dev/null and b/src/images/fondo-titulo.gif differ diff --git a/src/images/fondo.gif b/src/images/fondo.gif new file mode 100644 index 0000000..2ead9b4 Binary files /dev/null and b/src/images/fondo.gif differ diff --git a/src/images/logo-footer.gif b/src/images/logo-footer.gif new file mode 100644 index 0000000..1227fb7 Binary files /dev/null and b/src/images/logo-footer.gif differ diff --git a/src/images/logotipo.gif b/src/images/logotipo.gif new file mode 100644 index 0000000..feb8db5 Binary files /dev/null and b/src/images/logotipo.gif differ diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..b30d2bc --- /dev/null +++ b/src/index.html @@ -0,0 +1,123 @@ + + +
+ +El objeto social de CYVACSA se concreta fundamentalmente en la asistencia técnica necesaria para la realización, en todas sus fases, de expedientes de expropiación forzosa de bienes y derechos motivados por la construcción de gasoductos, oleoductos, líneas eléctricas, parques eólicos, embalses, carreteras, conducciones de agua, etc., así como la obtención de servidumbres forzosas de acueducto y de otros tipos, ocupaciones temporales, etc.
+Todos nuestros proyectos son desarrollados por un equipo multidisciplinar compuesto por técnicos especialistas en las diversas materias de cada área que afecten a la redacción de los mismos.
+ +Si deseas trabajar con nosotros, puedes enviarnos tu currículum vitae. Trataremos tus datos con total confidencialidad y acudiremos a ellos cuando necesitemos incrementar nuestra plantilla.
+
+ Donec eleifend turpis at risus volutpat tempus. Vestibulum eget urna vitae metus venenatis porttitor eu sit amet nunc.
+
Madrid(Ver localización)
+ C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid
+ Teléfono: +34 91 571 33 60 | Fax: +34 91 571 32 60
E-Mail: info@cyvacsa.es
Castellón (Ver localización)
+ C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid
+ Teléfono: +34 91 571 33 60 | Fax: +34 91 571 32 60
E-Mail: info@cyvacsa.es
Murcia (Ver localización)
+ C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid
+ Teléfono: +34 91 571 33 60 | Fax: +34 91 571 32 60
E-Mail: info@cyvacsa.es