SlideShare a Scribd company logo
1 of 5
@charset "UTF-8";
/* CSS Document */
/*---fondo---*/
body {background:#2D2D2D; font-family:Cambria, "Hoefler Text", "Liberation Serif",
Times, "Times New Roman", serif}
a{ text-decoration:none; color:#FFFFFF}
a:hover { text-decoration:underline;}
#wrap {width:960px; margin:auto; clear:both}
/*---header---*/
header {width:100%; float:left; background: #f0f9ff; background: rgb(255,183,107);
background: rgb(245,246,246); height:50%; /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(219,220,226,1)
21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1)
100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-
stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-
stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-
stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(245,246,246,1)
0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1)
80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1)
21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1)
100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1)
21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1)
100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(245,246,246,1)
0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1)
80%,rgba(245,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6',
endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
box-shadow:0px 3px 5px #000000;
-moz-box-shadow:0px 3px 5px #000000;
-webkit-box-shadow:0px 3px 5px #000000
}
#subheader { width:960px; margin:auto;}
#logotipo {float:left; width:300px; padding:10px 0px;}
#logotipo {font-family: Helvetica Neue;
font-size:50px; color:#000000;}
# logotipo a:hover{ text-decoration:none;}
/*menu*/
header #subheader nav { float:left; width:600px; padding: 30px 0px;
text-align:right}
header #subheader nav ul li{display:inline; font-family:helvetica;
}
header #subheader nav ul li a{ color:#000000; font-size:18px;
padding:10px;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;}
header #subheader nav ul li a:hover { color:#FFF; background:#1798af; background-
size:5px;
text-decoration:none;}
/*main*/
#main {width:100%;
margin:20px 0px 0px 0px; float:left;}
/*slideshow*/
#slideshow { width:920px;
height:260px;
float:left;
background:#000000;
border:solid 20px #fff;
margin-bottom:10px;
}
#slideshow .pagination { margin:26px 0px; width:100px;}
#slideshow .pagination ul li {float:left;
margin:0px 5px;
list-style:none}
#slideshow img {width:920px; height:260px;}
#slideshow .pagination ul li a{ display: block; width:12px;
height:0px;
padding-top:12px;
background:#fff;
float:left;
overflow:hidden; border-radius:10px;-moz-border-radius:10px;
-webkit-border-radius:10px;}
/*---bienvenidos*/
#bienvenidos { width:920px;
float:left; padding:20px; background: rgb(45,76,30); /* Old browsers */
background: -moz-linear-gradient(top, rgba(45,76,30,1) 0%, rgba(117,137,12,1)
100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-
stop(0%,rgba(45,76,30,1)), color-stop(100%,rgba(117,137,12,1))); /*
Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1)
100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1)
100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(45,76,30,1) 0%,rgba(117,137,12,1)
100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4c1e',
endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
; margin:20px 0px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow:0px 2px 2px #000000;
-moz-box-shadow:0px 2px 2px #000000;
-webkit-box-shadow:0px 2px 2px #000000;}
#bienvenidos article h3 { font-family:helvetica neue; color:#fff;
font-size:40px; margin-bottom:10px;}
#bienvenidos article { color:#fff; line-height:27px
;}
/*contenido*/
#contenido {width:700px; float:left;}
#contenido article {float:left; margin-bottom:20px; }
#contenido article .titulo { font-size:22px; font-family:"Gill Sans", "Gill Sans MT",
"Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; color:#fff;}
#contenido article .fecha {font-size:14px; color:#1798af; margin-bottom:5px;}
#contenido article .thumb { width:220px;
height:150px; float:left; margin:0px 10px 10px 0px}
#contenido article > p { color:#8c8c8c; font-size:14px;
text-align:justify;}
/*sidebar*/
aside {width:220px; float:left; margin-left:20px; background:#4d78b3; padding:10px
10px 0px 10px;
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
aside .widget { margin-bottom:10px; float:left;}
aside .widget > h3 { background:#fff; color:#4d78b3;
width:220px;
padding:10px 0px;
text-align: center;
font-weight:bold; margin-bottom:10px;}
aside .widget a { color:#fff;}
aside .wideget ul li {margin-bottom:5px;}
aside .widget img {width:120px;}
Css 3

More Related Content

What's hot (7)

Css3 process bar
Css3 process barCss3 process bar
Css3 process bar
 
CSS3 Tips & Techniques
CSS3 Tips & TechniquesCSS3 Tips & Techniques
CSS3 Tips & Techniques
 
CSS3 pronti all'uso
CSS3 pronti all'usoCSS3 pronti all'uso
CSS3 pronti all'uso
 
Cloudstack UI Customization
Cloudstack UI CustomizationCloudstack UI Customization
Cloudstack UI Customization
 
Css3
Css3Css3
Css3
 
Zebra
ZebraZebra
Zebra
 
HTML5 e Css3 - 4 | WebMaster & WebDesigner
HTML5 e Css3 - 4 | WebMaster & WebDesignerHTML5 e Css3 - 4 | WebMaster & WebDesigner
HTML5 e Css3 - 4 | WebMaster & WebDesigner
 

Viewers also liked

Human resources chapter 3
Human resources chapter 3Human resources chapter 3
Human resources chapter 3t-MBA Digital
 
Если место для креатива в рекламных кампаниях для малого и среднего бизнеса?
Если место для креатива в рекламных кампаниях для малого и среднего бизнеса?Если место для креатива в рекламных кампаниях для малого и среднего бизнеса?
Если место для креатива в рекламных кампаниях для малого и среднего бизнеса?Partmedia agency
 
Erasmus, KA1, KA2, 4.6.2015
Erasmus, KA1, KA2, 4.6.2015Erasmus, KA1, KA2, 4.6.2015
Erasmus, KA1, KA2, 4.6.2015official school
 
формування комун¦кативно¬ компетенц¦¬ на уроках укра¬нсько¬ мови та л¦тератур...
формування комун¦кативно¬ компетенц¦¬ на уроках укра¬нсько¬ мови та л¦тератур...формування комун¦кативно¬ компетенц¦¬ на уроках укра¬нсько¬ мови та л¦тератур...
формування комун¦кативно¬ компетенц¦¬ на уроках укра¬нсько¬ мови та л¦тератур...Юля Лещишина
 
положення про клуб вчителів
положення про клуб вчителівположення про клуб вчителів
положення про клуб вчителівЮля Лещишина
 
7 ry g
7 ry g7 ry g
7 ry g4book
 
International relations chapter 2 non-states
International relations   chapter 2 non-statesInternational relations   chapter 2 non-states
International relations chapter 2 non-statest-MBA Digital
 
Illustrated History of Furniture
Illustrated History of FurnitureIllustrated History of Furniture
Illustrated History of FurnitureAyman Sarhan
 
Andreas Menukarte aus GR
Andreas Menukarte aus GRAndreas Menukarte aus GR
Andreas Menukarte aus GRofficial school
 

Viewers also liked (17)

Hello
HelloHello
Hello
 
Cambio Climatico Rafayjavi
Cambio Climatico RafayjaviCambio Climatico Rafayjavi
Cambio Climatico Rafayjavi
 
Economics chapter1
Economics chapter1Economics chapter1
Economics chapter1
 
ASCEND: Multi-age Community Time and Guided Reading
ASCEND: Multi-age Community Time and Guided ReadingASCEND: Multi-age Community Time and Guided Reading
ASCEND: Multi-age Community Time and Guided Reading
 
Human resources chapter 3
Human resources chapter 3Human resources chapter 3
Human resources chapter 3
 
Если место для креатива в рекламных кампаниях для малого и среднего бизнеса?
Если место для креатива в рекламных кампаниях для малого и среднего бизнеса?Если место для креатива в рекламных кампаниях для малого и среднего бизнеса?
Если место для креатива в рекламных кампаниях для малого и среднего бизнеса?
 
Erasmus, KA1, KA2, 4.6.2015
Erasmus, KA1, KA2, 4.6.2015Erasmus, KA1, KA2, 4.6.2015
Erasmus, KA1, KA2, 4.6.2015
 
Chapter one 1
Chapter one 1Chapter one 1
Chapter one 1
 
додаток 1
додаток 1додаток 1
додаток 1
 
Interior Design portfolio
Interior Design portfolioInterior Design portfolio
Interior Design portfolio
 
формування комун¦кативно¬ компетенц¦¬ на уроках укра¬нсько¬ мови та л¦тератур...
формування комун¦кативно¬ компетенц¦¬ на уроках укра¬нсько¬ мови та л¦тератур...формування комун¦кативно¬ компетенц¦¬ на уроках укра¬нсько¬ мови та л¦тератур...
формування комун¦кативно¬ компетенц¦¬ на уроках укра¬нсько¬ мови та л¦тератур...
 
положення про клуб вчителів
положення про клуб вчителівположення про клуб вчителів
положення про клуб вчителів
 
шмо2016
шмо2016шмо2016
шмо2016
 
7 ry g
7 ry g7 ry g
7 ry g
 
International relations chapter 2 non-states
International relations   chapter 2 non-statesInternational relations   chapter 2 non-states
International relations chapter 2 non-states
 
Illustrated History of Furniture
Illustrated History of FurnitureIllustrated History of Furniture
Illustrated History of Furniture
 
Andreas Menukarte aus GR
Andreas Menukarte aus GRAndreas Menukarte aus GR
Andreas Menukarte aus GR
 

Similar to Css 3

Making Links Magical Again with CSS
Making Links Magical Again with CSSMaking Links Magical Again with CSS
Making Links Magical Again with CSSJenn Lukas
 
cssstyle.cssbody { font-family Montserrat, Arial, sa
cssstyle.cssbody {    font-family Montserrat, Arial, sacssstyle.cssbody {    font-family Montserrat, Arial, sa
cssstyle.cssbody { font-family Montserrat, Arial, saMargenePurnell14
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxgilpinleeanna
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxphilipnelson29183
 
Bloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noBloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noHannee92
 
Mobile-first OOCSS, Sass & Compass at BBC Responsive News
Mobile-first OOCSS, Sass & Compass at BBC Responsive NewsMobile-first OOCSS, Sass & Compass at BBC Responsive News
Mobile-first OOCSS, Sass & Compass at BBC Responsive NewsKaelig Deloumeau-Prigent
 
Sass & Compass (Barcamp Stuttgart 2012)
Sass & Compass (Barcamp Stuttgart 2012)Sass & Compass (Barcamp Stuttgart 2012)
Sass & Compass (Barcamp Stuttgart 2012)emrox
 
"Вклад Adobe в Web". Дмитрий Барановский, Adobe
"Вклад Adobe в Web". Дмитрий Барановский, Adobe"Вклад Adobe в Web". Дмитрий Барановский, Adobe
"Вклад Adobe в Web". Дмитрий Барановский, AdobeYandex
 
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxuntitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxdickonsondorris
 
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docxcssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docxfaithxdunce63732
 
Eye Candy Without Images: Fun With CSS3
Eye Candy Without Images: Fun With CSS3Eye Candy Without Images: Fun With CSS3
Eye Candy Without Images: Fun With CSS3Shoshi Roberts
 
Finding a Better Way to CSS: Navigating Sass with Compass
Finding a Better Way to CSS: Navigating Sass with CompassFinding a Better Way to CSS: Navigating Sass with Compass
Finding a Better Way to CSS: Navigating Sass with CompassClaudina Sarahe
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本a5494535
 
HTML5 and CSS3 – exploring mobile possibilities - Dynabyte event
HTML5 and CSS3 – exploring mobile possibilities - Dynabyte eventHTML5 and CSS3 – exploring mobile possibilities - Dynabyte event
HTML5 and CSS3 – exploring mobile possibilities - Dynabyte eventRobert Nyman
 
validate issueanimsition.min.css! animsition v4.0.1 .docx
validate issueanimsition.min.css!  animsition v4.0.1 .docxvalidate issueanimsition.min.css!  animsition v4.0.1 .docx
validate issueanimsition.min.css! animsition v4.0.1 .docxdickonsondorris
 

Similar to Css 3 (20)

Sass, Compass
Sass, CompassSass, Compass
Sass, Compass
 
Making Links Magical Again with CSS
Making Links Magical Again with CSSMaking Links Magical Again with CSS
Making Links Magical Again with CSS
 
This is a test
This is a testThis is a test
This is a test
 
cssstyle.cssbody { font-family Montserrat, Arial, sa
cssstyle.cssbody {    font-family Montserrat, Arial, sacssstyle.cssbody {    font-family Montserrat, Arial, sa
cssstyle.cssbody { font-family Montserrat, Arial, sa
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
 
Bloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noBloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.no
 
Mobile-first OOCSS, Sass & Compass at BBC Responsive News
Mobile-first OOCSS, Sass & Compass at BBC Responsive NewsMobile-first OOCSS, Sass & Compass at BBC Responsive News
Mobile-first OOCSS, Sass & Compass at BBC Responsive News
 
Sass compass
Sass compassSass compass
Sass compass
 
Sass & Compass (Barcamp Stuttgart 2012)
Sass & Compass (Barcamp Stuttgart 2012)Sass & Compass (Barcamp Stuttgart 2012)
Sass & Compass (Barcamp Stuttgart 2012)
 
"Вклад Adobe в Web". Дмитрий Барановский, Adobe
"Вклад Adobe в Web". Дмитрий Барановский, Adobe"Вклад Adobe в Web". Дмитрий Барановский, Adobe
"Вклад Adobe в Web". Дмитрий Барановский, Adobe
 
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxuntitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
 
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docxcssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
 
Theme 23
Theme 23Theme 23
Theme 23
 
Eye Candy Without Images: Fun With CSS3
Eye Candy Without Images: Fun With CSS3Eye Candy Without Images: Fun With CSS3
Eye Candy Without Images: Fun With CSS3
 
Finding a Better Way to CSS: Navigating Sass with Compass
Finding a Better Way to CSS: Navigating Sass with CompassFinding a Better Way to CSS: Navigating Sass with Compass
Finding a Better Way to CSS: Navigating Sass with Compass
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
 
FCIP SASS Talk
FCIP SASS TalkFCIP SASS Talk
FCIP SASS Talk
 
HTML5 and CSS3 – exploring mobile possibilities - Dynabyte event
HTML5 and CSS3 – exploring mobile possibilities - Dynabyte eventHTML5 and CSS3 – exploring mobile possibilities - Dynabyte event
HTML5 and CSS3 – exploring mobile possibilities - Dynabyte event
 
validate issueanimsition.min.css! animsition v4.0.1 .docx
validate issueanimsition.min.css!  animsition v4.0.1 .docxvalidate issueanimsition.min.css!  animsition v4.0.1 .docx
validate issueanimsition.min.css! animsition v4.0.1 .docx
 

More from Abdel Suarez

More from Abdel Suarez (20)

Dibujando art droid pc
Dibujando  art droid pcDibujando  art droid pc
Dibujando art droid pc
 
Barra social
Barra socialBarra social
Barra social
 
Typo
TypoTypo
Typo
 
La publicidad
La publicidadLa publicidad
La publicidad
 
Presentación proyecto integrador
Presentación proyecto integradorPresentación proyecto integrador
Presentación proyecto integrador
 
Creatividad
CreatividadCreatividad
Creatividad
 
Comunicación (Doc de la U. Nacional)
Comunicación (Doc de la U. Nacional)Comunicación (Doc de la U. Nacional)
Comunicación (Doc de la U. Nacional)
 
Comunicación
ComunicaciónComunicación
Comunicación
 
Maqueta
MaquetaMaqueta
Maqueta
 
Ejercicio
EjercicioEjercicio
Ejercicio
 
Ejercicio
EjercicioEjercicio
Ejercicio
 
Ejercicio
EjercicioEjercicio
Ejercicio
 
Css intro
Css introCss intro
Css intro
 
Visual marca
Visual marcaVisual marca
Visual marca
 
Diseño Básico Fundamentos
Diseño Básico FundamentosDiseño Básico Fundamentos
Diseño Básico Fundamentos
 
Estructura
EstructuraEstructura
Estructura
 
Positivo negativo
Positivo negativoPositivo negativo
Positivo negativo
 
Interrelaciondeformas 130912083748-phpapp01
Interrelaciondeformas 130912083748-phpapp01Interrelaciondeformas 130912083748-phpapp01
Interrelaciondeformas 130912083748-phpapp01
 
Listas
ListasListas
Listas
 
Listas
ListasListas
Listas
 

Recently uploaded

Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdfvaibhavkanaujia
 
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat 👉 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Roomdivyansh0kumar0
 
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
SCRIP Lua HTTP PROGRACMACION PLC  WECON CASCRIP Lua HTTP PROGRACMACION PLC  WECON CA
SCRIP Lua HTTP PROGRACMACION PLC WECON CANestorGamez6
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social MediaD SSS
 
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full NightCall Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)jennyeacort
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130Suhani Kapoor
 
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Narsimha murthy
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Rndexperts
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`dajasot375
 
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,bhuyansuprit
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...narwatsonia7
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricksabhishekparmar618
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Douxkojalkojal131
 

Recently uploaded (20)

Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdf
 
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat 👉 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
 
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
SCRIP Lua HTTP PROGRACMACION PLC  WECON CASCRIP Lua HTTP PROGRACMACION PLC  WECON CA
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media
 
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full NightCall Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
 
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
 
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
 
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricks
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
 

Css 3

  • 1. @charset "UTF-8"; /* CSS Document */ /*---fondo---*/ body {background:#2D2D2D; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif} a{ text-decoration:none; color:#FFFFFF} a:hover { text-decoration:underline;} #wrap {width:960px; margin:auto; clear:both} /*---header---*/ header {width:100%; float:left; background: #f0f9ff; background: rgb(255,183,107); background: rgb(245,246,246); height:50%; /* Old browsers */ background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color- stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color- stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color- stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */ box-shadow:0px 3px 5px #000000; -moz-box-shadow:0px 3px 5px #000000; -webkit-box-shadow:0px 3px 5px #000000 } #subheader { width:960px; margin:auto;}
  • 2. #logotipo {float:left; width:300px; padding:10px 0px;} #logotipo {font-family: Helvetica Neue; font-size:50px; color:#000000;} # logotipo a:hover{ text-decoration:none;} /*menu*/ header #subheader nav { float:left; width:600px; padding: 30px 0px; text-align:right} header #subheader nav ul li{display:inline; font-family:helvetica; } header #subheader nav ul li a{ color:#000000; font-size:18px; padding:10px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;} header #subheader nav ul li a:hover { color:#FFF; background:#1798af; background- size:5px; text-decoration:none;} /*main*/ #main {width:100%; margin:20px 0px 0px 0px; float:left;} /*slideshow*/ #slideshow { width:920px; height:260px; float:left; background:#000000; border:solid 20px #fff; margin-bottom:10px; } #slideshow .pagination { margin:26px 0px; width:100px;} #slideshow .pagination ul li {float:left; margin:0px 5px; list-style:none} #slideshow img {width:920px; height:260px;} #slideshow .pagination ul li a{ display: block; width:12px; height:0px; padding-top:12px; background:#fff; float:left; overflow:hidden; border-radius:10px;-moz-border-radius:10px; -webkit-border-radius:10px;}
  • 3. /*---bienvenidos*/ #bienvenidos { width:920px; float:left; padding:20px; background: rgb(45,76,30); /* Old browsers */ background: -moz-linear-gradient(top, rgba(45,76,30,1) 0%, rgba(117,137,12,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color- stop(0%,rgba(45,76,30,1)), color-stop(100%,rgba(117,137,12,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4c1e', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */ ; margin:20px 0px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:0px 2px 2px #000000; -moz-box-shadow:0px 2px 2px #000000; -webkit-box-shadow:0px 2px 2px #000000;} #bienvenidos article h3 { font-family:helvetica neue; color:#fff; font-size:40px; margin-bottom:10px;} #bienvenidos article { color:#fff; line-height:27px ;}
  • 4. /*contenido*/ #contenido {width:700px; float:left;} #contenido article {float:left; margin-bottom:20px; } #contenido article .titulo { font-size:22px; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; color:#fff;} #contenido article .fecha {font-size:14px; color:#1798af; margin-bottom:5px;} #contenido article .thumb { width:220px; height:150px; float:left; margin:0px 10px 10px 0px} #contenido article > p { color:#8c8c8c; font-size:14px; text-align:justify;} /*sidebar*/ aside {width:220px; float:left; margin-left:20px; background:#4d78b3; padding:10px 10px 0px 10px; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px} aside .widget { margin-bottom:10px; float:left;} aside .widget > h3 { background:#fff; color:#4d78b3; width:220px; padding:10px 0px; text-align: center; font-weight:bold; margin-bottom:10px;} aside .widget a { color:#fff;} aside .wideget ul li {margin-bottom:5px;} aside .widget img {width:120px;}